FormatData.IsBold Property

Applies to v2.

Gets or sets whether the format is in bold setting.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Property IsBold As Boolean 
    Get 
    Set
'Usage
Dim instance As FormatData 
Dim value As Boolean 

value = instance.IsBold

instance.IsBold = value
public bool IsBold { get; set; }
public:
property bool IsBold {
    bool get ();
    void set (bool value);
}
member IsBold : bool with get, set
function get IsBold () : boolean 
function set IsBold (value : boolean)

Property Value

Type: System.Boolean
true if the format is in bold setting; otherwise, false.

See Also

Reference

FormatData Class

Microsoft.WebMatrix.Extensibility.Editor Namespace