Gets or sets the brightness value (0-100; default = 50)
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public short Brightness { get; set; }
Public Property Brightness As Short
Get
Set
public:
property short Brightness {
short get ();
void set (short value);
}
member Brightness : int16 with get, set
PROPERTY Brightness AS SHORT GET SET
Property Value
Type:
Int16See Also