GradientBackgroundHorizon
Property
|
Property that represents the horizon value for
the background. This value is in [0..1] range and controls where
middle color appears in the gradient. For example, 0.1 value sets a
middle color to occupy 10 percent of window space (on the y-axis by
default).
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double Horizon { get; set; }
Public Property Horizon As Double
Get
Set
public:
property double Horizon {
double get ();
void set (double value);
}
member Horizon : float with get, set
Property Value
Double
See Also