AttributeDefinitionStyle Property
|
Gets or sets the attribute text style.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public TextStyle Style { get; set; }
Public Property Style As TextStyle
Get
Set
public:
property TextStyle^ Style {
TextStyle^ get ();
void set (TextStyle^ value);
}
member Style : TextStyle with get, set
PROPERTY Style AS TextStyle GET SET
Property Value
Type:
TextStyleRemarks
The
text style defines the basic properties of the information text.
See Also