ClassificationFormatDefinition.IsBold Property

Definition

Determines whether the text should be bold.

public:  property Nullable<bool> IsBold {  public:
Nullable<bool> get(); protected:
 void set(Nullable<bool> value); };
public bool? IsBold { get; protected set; }
member this.IsBold : Nullable<bool> with get, set
Public Property IsBold As Nullable(Of Boolean)

Property Value

true if the text is bold, otherwise false.

Remarks

This value overrides the bold settings in the FontTypeface property if this classification format has a higher priority.

Applies to