FontDescriptor(FontStyleSetInfo) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.