Share via


FontStyleSetInfo.Style Property

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

Syntax

'Declaration
Public Property Style As FontStyle
'Usage
Dim instance As FontStyleSetInfo 
Dim value As FontStyle 

value = instance.Style

instance.Style = value
public FontStyle Style { get; set; }
public:
property FontStyle Style {
    FontStyle get ();
    void set (FontStyle value);
}
public function get Style () : FontStyle 
public function set Style (value : FontStyle)

Property Value

Type: System.Drawing.FontStyle

.NET Framework Security

See Also

Reference

FontStyleSetInfo Class

FontStyleSetInfo Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace