Search
Label3D Members
Constructors Fields Methods
 


Represents a text label in 3D scene.

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

 Public Constructors

  Name Description

Label3D

 

 Public Fields

  Name Description

drawLabel

 

 Public Methods

  Name Description

getBottomLeft

Gets the bottom-left corner of label's layout rectangle.

getBrush

Gets the Brush used to render this Label3D instance.

getFont

Gets the label's font.

getRotationAngle

Gets the label's rotation angle.

getText

Gets the label's text.

getTopRight

Gets the top-right corner of label's layout rectangle.

setBottomLeft

Sets the bottom-left corner of label's layout rectangle.

setBrush

Sets the Brush used to render this Label3D instance.

setFont

Sets the label's font.

setRotationAngle

Sets the label's rotation angle.

setText

Sets the label's text.

setTopRight

Sets the top-right corner of label's layout rectangle.

 See Also