DeviceDarkPalette Property
 | 
Namespace:  Teigha.GraphicsSystem
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public static Color[] DarkPalette { get; }
 
Public Shared ReadOnly Property DarkPalette As Color()
        Get
 
public:
static property array<Color>^ DarkPalette {
        array<Color>^ get ();
}
 
static member DarkPalette : Color[] with get
 
 
 
Property Value
Type: 
Color 
See Also