PlotStyleDataGrayScaleOn Property
|
Property that indicates whether the grayscale
mode is on for the plot style.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool GrayScaleOn { get; set; }
Public Property GrayScaleOn As Boolean
Get
Set
public:
property bool GrayScaleOn {
bool get ();
void set (bool value);
}
member GrayScaleOn : bool with get, set
Property Value
Boolean
See Also