FontDescriptor(FontStyleSetInfo) Constructor

Definition

Constructor that creates a descriptor based on a specified FontStyleSetInfo.

public:
 FontDescriptor(Microsoft::VisualStudio::Modeling::Diagrams::FontStyleSetInfo ^ fontStyleSetInfo);
public FontDescriptor (Microsoft.VisualStudio.Modeling.Diagrams.FontStyleSetInfo fontStyleSetInfo);
new Microsoft.VisualStudio.Modeling.Diagrams.FontDescriptor : Microsoft.VisualStudio.Modeling.Diagrams.FontStyleSetInfo -> Microsoft.VisualStudio.Modeling.Diagrams.FontDescriptor
Public Sub New (fontStyleSetInfo As FontStyleSetInfo)

Parameters

fontStyleSetInfo
FontStyleSetInfo

FontStyleSetInfo to create this descriptor for.

Applies to