Interface IText

IText interface

Interface for text primitive

public interface IText : IDrawable

Properties

NameDescription
EndBottomLine { get; }Right bottom point of text boundary, maps to AllPoints[3]
Mirrioring { get; }Mirroring of text
Orientation { get; }Horizontal or vertical text
Origin { get; }Left bottom point of text boundary, used as origin point of primitive,maps to AllPoints[0]
Text { get; }Text
UpperLeft { get; }Left upper point of text boundary, maps to AllPoints[1]
UpperRight { get; }Right upper point of text boundary, maps to AllPoints[2]

See Also