DXFReaderNETControlAntiAlias Property
|
Returns/sets whether the control will display with antialias rendering.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool AntiAlias { get; set; }
Public Property AntiAlias As Boolean
Get
Set
public:
property bool AntiAlias {
bool get ();
void set (bool value);
}
member AntiAlias : bool with get, set
PROPERTY AntiAlias AS LOGIC GET SET
Property Value
Type:
BooleanRemarks Default value: false
See Also