GradientBackgroundHeight Property
|
Property that represents the height value of
the background. This value controls the coverage of the middle
color. 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 Height { get; set; }
Public Property Height As Double
Get
Set
public:
property double Height {
double get ();
void set (double value);
}
member Height : float with get, set
Property Value
Double
See Also