DiagramBrushes Class

Definition

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

public ref class DiagramBrushes sealed
public sealed class DiagramBrushes
type DiagramBrushes = class
Public NotInheritable Class DiagramBrushes
Inheritance
DiagramBrushes

Properties

CommentBackground

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

CommentText

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

CommentTitleBackground

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

CommentTitleText

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

ConnectionLineDecorator

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

ConnectionLineText

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

DiagramBackground

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

DiagramSubtitleBackground

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

DiagramSubtitleText

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

DiagramText

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

DiagramTitleBackground

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

DiagramTitleText

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

NonResizablePrimarySelection

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

NonResizableSecondarySelection

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

PrimaryGrabHandles

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.

SecondaryGrabHandles

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

Selection

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

Shadow

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

ShapeBackground

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

ShapeBackgroundSelected

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

ShapeBackgroundSelectedInactive

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

ShapeSubtitleBackground

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

ShapeSubtitleText

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

ShapeText

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

ShapeTextDisabled

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

ShapeTextSelected

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

ShapeTextSelectedDisabled

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

ShapeTextSelectedInactive

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

ShapeTextSelectedInactiveDisabled

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

ShapeTitleBackground

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

ShapeTitleBackgroundSelected

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

ShapeTitleBackgroundSelectedInactive

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

ShapeTitleText

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

ShapeTitleTextSelected

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

ShapeTitleTextSelectedInactive

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

SwimlaneHeaderBackground

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

Transparent

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

Applies to