EntityColorIsForeground
Property
 | 
Gets if the color is foreground color or the
color method is ColorMethod.ByAci and the ACI is Foreground.
Namespace: Teigha.Colors
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public bool IsForeground { get; }
 
Public ReadOnly Property IsForeground As Boolean
        Get
 
public:
property bool IsForeground {
        bool get ();
}
 
member IsForeground : bool with get
 
 
 
Property Value
Boolean
 
See Also