AcadDgnUnderlayClassContrast Property
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
public virtual int Contrast { get; set; }
 
Public Overridable Property Contrast As Integer
        Get
        Set
 
public:
virtual property int Contrast {
        int get ();
        void set (int value);
}
 
abstract Contrast : int with get, set
override Contrast : int with get, set
 
 
 
Property Value
Int32
Implements
IAcadUnderlayContrast
 
See Also