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


Represents a label displayed by a DiagramLink. New labels can be added to a link by calling its addLabel method.

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

 Public Constructors

  Name Description

LinkLabel

Initializes a new instance of the LinkLabel class.

 Public Methods

  Name Description

getAutoArrange

Gets a value indicating whether the label can be auto arranged.

getBrush

Gets the brush used to draw the label's background.

getFont

Gets the font used to render this item's text.

getHorizontalAlign

Gets the label's horizontal align.

getMargin

Gets the label's margin.

getText

Gets the item's text.

getTextColor

Gets a string specifying the color of the text of this item.

getVerticalAlign

Gets the label's vertical align.

setAutoArrange

Sets a value indicating whether the label can be auto arranged.

setBrush

Sets the brush used to draw the label's background.

setControlPointPosition

Positions this label relatively to the specified control point.

setFont

Sets the font used to render this item's text.

setHorizontalAlign

Sets the label's horizontal align.

setLinkLengthPosition

Positions this label relatively to the link length.

setMargin

Sets the label's margin.

setSegmentPosition

Positions this label relatively to the specified link segment.

setText

Sets the item's text.

setTextColor

Sets a string specifying the color of the text of this item.

setVerticalAlign

Sets the label's vertical align.

 See Also

LinkLabel Class
MindFusion.Diagramming Namespace