UnderlayContrast Property
|
Gets or sets the underlay contrast.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public short Contrast { get; set; }
Public Property Contrast As Short
Get
Set
public:
property short Contrast {
short get ();
void set (short value);
}
member Contrast : int16 with get, set
PROPERTY Contrast AS SHORT GET SET
Property Value
Type:
Int16Remarks Valid values range from 20 to 100.
See Also