This documentation is for the old version. Go to the latest Graphics Mill docs

TextVObject.Bold Property

Get or sets the value indicating whether the text of this TextVObject is bold.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Property Bold As Boolean
C#
public bool Bold { get; set; }

Property Value

The Boolean value which specifies whether the text of this TextVObject is bold.

Default value is false.

See Also

Reference