FontStyleSetInfo::Style Property

 

Gets or sets the font's bold, italic, strikeout, and underline styles.

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

public:
property FontStyle Style {
	FontStyle get();
	void set(FontStyle value);
}

Property Value

Type: System.Drawing::FontStyle
Return to top
Show: