DiagramFonts Class

 

Each property of the DiagramFonts class is a StyleSetResourceId object that uniquely identifies a font resource used by the DiagramClientView paint methods.

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

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::DiagramFonts

public ref class DiagramFonts sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticCommentText

Gets the resource Id for the comment's text font. Font used to display comment's text.

System_CAPS_pubpropertySystem_CAPS_staticConnectionLine

Gets the resource Id for the connection line's font. Font used to display connection line label text.

System_CAPS_pubpropertySystem_CAPS_staticShapeSubtitle

Gets the resource Id for a shape's subtitle font. Font used for shape's subtitle.

System_CAPS_pubpropertySystem_CAPS_staticShapeText

Gets the resource Id for a shape's font. Font used to display shape text.

System_CAPS_pubpropertySystem_CAPS_staticShapeTitle

Gets the resource Id for a shape's title font. Font used for shape's title.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: