ASP.NET Pack Programmer's Guide
Style Members
Constructors Methods
 


Encapsulates the appearance properties of an element in a lane grid.

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 Methods

  Name Description

getBackgroundBrush

Gets the background brush of this style.

getBottomBorderPen

Gets the color used to stoke the bottom border of elements with this style.

getBottomBorderThickness

Gets the width of the bottom border of elements with this style.

getFontName

Gets the name of the font used to draw texts with this style.

getFontSize

Gets the size of the font used to draw texts with this style.

getLeftBorderPen

Gets the color used to stoke the left border of elements with this style.

getLeftBorderThickness

Gets the width of the left border of elements with this style.

getLineAlignment

Gets a value indicating how to vertically align texts drawn with this style.

getRightBorderPen

Gets the color used to stoke the right border of elements with this style.

getRightBorderThickness

Gets the width of the right border of elements with this style.

getTextAlignment

Gets a value indicating how to horizontally align texts drawn with this style.

getTextColor

Gets the color used to draw texts with this style.

getTopBorderPen

Gets the color used to stoke the top border of elements with this style.

getTopBorderThickness

Gets the width of the top border of elements with this style.

setBackgroundBrush

Sets the background brush of this style.

setBottomBorderPen

Sets the color used to stoke the bottom border of elements with this style.

setBottomBorderThickness

Sets the width of the bottom border of elements with this style.

setFontName

Sets the name of the font used to draw texts with this style.

setFontSize

Sets the size of the font used to draw texts with this style.

setLeftBorderPen

Sets the color used to stoke the left border of elements with this style.

setLeftBorderThickness

Sets the width of the left border of elements with this style.

setLineAlignment

Sets a value indicating how to vertically align texts drawn with this style.

setRightBorderPen

Sets the color used to stoke the right border of elements with this style.

setRightBorderThickness

Sets the width of the right border of elements with this style.

setTextAlignment

Sets a value indicating how to horizontally align texts drawn with this style.

setTextColor

Sets the color used to draw texts with this style.

setTopBorderPen

Sets the color used to stoke the top border of elements with this style.

setTopBorderThickness

Sets the width of the top border of elements with this style.

 See Also

Style Class
MindFusion.Diagramming.Lanes Namespace