Search
Label Members
Constructors Properties Methods
 


Represents a text label associated with map element.

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

 Public Constructors

  Name Description

Label

Initializes a new instance of the Label class.

 Public Properties

  Name Description

BoundingBox

Gets the bounds of the label.

FontName

Gets or sets the name of the font used to render the label.

FontSize

Gets or sets the size of the font used to render the label.

Rotate

Gets or sets whether the label should rotate to follow shape's direction.

RotationAngle

Gets the rotation angle of the label.

Text

Gets or sets the text of the label.

Visible

Gets or sets whether the label should be visible.

WordWrap

Gets or sets whether the label's text should wrap.

 Public Methods

  Name Description

Invalidate

Invalidates the label's position, requesting a new layout.

 See Also