DimensionStyleTextStyle Property
|
Gets or sets the text style of the dimension.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public TextStyle TextStyle { get; set; }
Public Property TextStyle As TextStyle
Get
Set
public:
property TextStyle^ TextStyle {
TextStyle^ get ();
void set (TextStyle^ value);
}
member TextStyle : TextStyle with get, set
PROPERTY TextStyle AS TextStyle GET SET
Property Value
Type:
TextStyleRemarks Default: Standard
See Also