Share via


FontSettings.FontStyleSetInfo Property

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

Syntax

'Declaration
Public Property FontStyleSetInfo As FontStyleSetInfo
'Usage
Dim instance As FontSettings 
Dim value As FontStyleSetInfo 

value = instance.FontStyleSetInfo

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.FontStyleSetInfo

.NET Framework Security

See Also

Reference

FontSettings Class

FontSettings Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace