FontDescriptor Constructor

Constructor that creates a descriptor based on a specified FontStyleSetInfo.

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

Syntax

'Declaration
Public Sub New ( _
    fontStyleSetInfo As FontStyleSetInfo _
)
public FontDescriptor(
    FontStyleSetInfo fontStyleSetInfo
)
public:
FontDescriptor(
    FontStyleSetInfo^ fontStyleSetInfo
)
new : 
        fontStyleSetInfo:FontStyleSetInfo -> FontDescriptor
public function FontDescriptor(
    fontStyleSetInfo : FontStyleSetInfo
)

Parameters

.NET Framework Security

See Also

Reference

FontDescriptor Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace