FontSettings.FontStyleSetInfo Property

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

Syntax

'宣言
Public Property FontStyleSetInfo As FontStyleSetInfo
'使用
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

Permissions

See Also

Reference

FontSettings Class

FontSettings Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace