Interface ICadGeometryText

ICadGeometryText interface

public interface ICadGeometryText : ICadGeometry

Properties

NameDescription
Color { get; set; }Gets or sets the color.
FontFile { get; set; }Gets or sets the font file.
FontName { get; set; }Gets or sets the name of the font.
Position { get; set; }Gets or sets the position.
Rotation { get; set; }Gets or sets the rotation.
Size { get; set; }Gets or sets the size.
Text { get; set; }Gets or sets the text.

See Also