Search
Style Members
Constructors Properties
 


Represents a set of appearance properties whose values can be inherited from parent objects if not set locally for an item.

The following tables list the members exposed by the Style type.

 Public Constructors

  Name Description

Style

Initializes a new instance of the Style class.

 Public Properties

  Name Description

backBrush

Gets or sets the brush used to paint diagram background.

brush

Gets or sets the brush used to fill the interior of diagram items.

captionBackBrush

Gets or sets the brush used to fill nodes' caption bars.

fontName

Gets or sets the font name used to draw text of diagram items.

fontSize

Gets or sets the font size used to draw text of diagram items.

fontStyle

Gets or sets the font style used to draw text of diagram items.

nodeEffects

Gets or sets a list of effects applied to diagram nodes.

selectedBrush

Gets or sets the brush used to paint the background of selected items.

selectedStroke

Gets or sets the color used to stroke outlines of selected items.

shadowColor

Gets or sets the color used to draw shadows of diagram items.

stroke

Gets or sets the color used to stroke outlines of diagram items.

strokeDashStyle

Gets or sets the line dash pattern applied when stroking outlines of diagram items.

strokeThickness

Gets or sets the line width applied when stroking outlines of diagram items.

textColor

Gets or sets the color used to draw text of diagram items.

 See Also