AcadPreferencesDisplayClassTrueColorImages Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public virtual bool TrueColorImages { get; set; }
Public Overridable Property TrueColorImages As Boolean
Get
Set
public:
virtual property bool TrueColorImages {
bool get ();
void set (bool value);
}
abstract TrueColorImages : bool with get, set
override TrueColorImages : bool with get, set
Property Value
Boolean
Implements
IAcadPreferencesDisplayTrueColorImages
See Also