DiagramBrushes Class

 

Each property of the DiagramBrushes class is a StyleSetResourceId object that uniquely identifies a brush 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::DiagramBrushes

public ref class DiagramBrushes sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticCommentBackground

Gets the resource Id for the comment's background brush. Used to paint the background for the comment shape.

System_CAPS_pubpropertySystem_CAPS_staticCommentText

Gets the resource Id for a comment's text brush. Used to paint text on a comment.

System_CAPS_pubpropertySystem_CAPS_staticCommentTitleBackground

Gets the resource Id for the comment's title background brush. Used to paint the background for the comment's title field.

System_CAPS_pubpropertySystem_CAPS_staticCommentTitleText

Gets the resource Id for a comment's title text brush. Used to paint title text on a comment.

System_CAPS_pubpropertySystem_CAPS_staticConnectionLineDecorator

Gets the resource Id for a connection line's decorator brush. Used to fill in connection line decorators.

System_CAPS_pubpropertySystem_CAPS_staticConnectionLineText

Gets the resource Id for a connection line's text brush. Used to paint label text on a connection line.

System_CAPS_pubpropertySystem_CAPS_staticDiagramBackground

Gets the resource Id for the diagram's background brush. Used to paint the diagram's background.

System_CAPS_pubpropertySystem_CAPS_staticDiagramSubtitleBackground

Gets the resource Id for the diagram's subtitle background brush.

System_CAPS_pubpropertySystem_CAPS_staticDiagramSubtitleText

Gets the resource Id for the diagram's subtitle text brush.

System_CAPS_pubpropertySystem_CAPS_staticDiagramText

Gets the resource Id for the diagram's text brush.

System_CAPS_pubpropertySystem_CAPS_staticDiagramTitleBackground

Gets the resource Id for the diagram's title background brush.

System_CAPS_pubpropertySystem_CAPS_staticDiagramTitleText

Gets the resource Id for the diagram's title text brush.

System_CAPS_pubpropertySystem_CAPS_staticNonResizablePrimarySelection

Gets the resource Id for the primary selection brush of a non-resizable shape.

System_CAPS_pubpropertySystem_CAPS_staticNonResizableSecondarySelection

Gets the resource Id for the secondary selection brush of a non-resizable shape.

System_CAPS_pubpropertySystem_CAPS_staticPrimaryGrabHandles

Gets the resource Id for the selection's primary grab handles brush. Used to paint the background for the round grab handles on sizeable shapes.

System_CAPS_pubpropertySystem_CAPS_staticSecondaryGrabHandles

Gets the resource Id for the selection's secondary grab handles brush.

System_CAPS_pubpropertySystem_CAPS_staticSelection

Gets the resource Id for the selection brush. Used to paint a shape selection border.

System_CAPS_pubpropertySystem_CAPS_staticShadow

Gets the resource Id for a shape's shadow brush. Used to paint the shadow of a shape.

System_CAPS_pubpropertySystem_CAPS_staticShapeBackground

Gets the resource Id for a shape's background brush. Used to paint the background for a shape.

System_CAPS_pubpropertySystem_CAPS_staticShapeBackgroundSelected

Gets the resource Id for the selected shape's background brush. Used to paint the background for selected shapes.

System_CAPS_pubpropertySystem_CAPS_staticShapeBackgroundSelectedInactive

Gets the resource Id for the selected shape's inactive background brush. Used to paint the background for selected shapes when they're inactive.

System_CAPS_pubpropertySystem_CAPS_staticShapeSubtitleBackground

Gets the resource Id for a shape's subtitle background brush. Used to paint the background for the shape's subtitle field.

System_CAPS_pubpropertySystem_CAPS_staticShapeSubtitleText

Gets the resource Id for a shape's subtitle text brush. Used to paint the subtitle text on a shape.

System_CAPS_pubpropertySystem_CAPS_staticShapeText

Gets the resource Id for a shape's text brush. Used to paint text on a shape.

System_CAPS_pubpropertySystem_CAPS_staticShapeTextDisabled

Gets the resource Id for the shape's disabled text.

System_CAPS_pubpropertySystem_CAPS_staticShapeTextSelected

Gets the resource Id for the selected shape's text brush. Used to paint text for selected shapes.

System_CAPS_pubpropertySystem_CAPS_staticShapeTextSelectedDisabled

Gets the resource Id for the selected shape's disabled text.

System_CAPS_pubpropertySystem_CAPS_staticShapeTextSelectedInactive

Gets the resource Id for the selected shape's inactive text brush. Used to paint text for selected shapes that are inactive.

System_CAPS_pubpropertySystem_CAPS_staticShapeTextSelectedInactiveDisabled

Gets the resource Id for the inactive selected shape's disabled text.

System_CAPS_pubpropertySystem_CAPS_staticShapeTitleBackground

Gets the resource Id for a shape's title background brush. Used to paint the background for the shape's title field.

System_CAPS_pubpropertySystem_CAPS_staticShapeTitleBackgroundSelected

Gets the resource Id for a shape's title background brush. Used to paint the background for the shape's title field.

System_CAPS_pubpropertySystem_CAPS_staticShapeTitleBackgroundSelectedInactive

Gets the resource Id for a shape's title background brush. Used to paint the background for the shape's title field.

System_CAPS_pubpropertySystem_CAPS_staticShapeTitleText

Gets the resource Id for a shape's title text brush. Used to paint the title text on a shape.

System_CAPS_pubpropertySystem_CAPS_staticShapeTitleTextSelected

Gets the resource Id for a shape's title text brush. Used to paint the title text on a shape.

System_CAPS_pubpropertySystem_CAPS_staticShapeTitleTextSelectedInactive

Gets the resource Id for a shape's title text brush. Used to paint the title text on a shape.

System_CAPS_pubpropertySystem_CAPS_staticSwimlaneHeaderBackground

Identifies the brush for filling in the swimlane header's background.

System_CAPS_pubpropertySystem_CAPS_staticTransparent

Gets the resource Id for the transparent brush Used to make a shape or shapefield background transparent

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: