FontSettings.Bold Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Property Bold As Boolean
'使用
Dim instance As FontSettings
Dim value As Boolean

value = instance.Bold

instance.Bold = value
public bool Bold { get; set; }
public:
property bool Bold {
    bool get ();
    void set (bool value);
}
public function get Bold () : boolean
public function set Bold (value : boolean)

Property Value

Type: System.Boolean

Permissions

See Also

Reference

FontSettings Class

FontSettings Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace