www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Transparecy of Control [0-255], value 0 means full transparency and 255 means opaque. Default is 0.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public int ControlTransparency { get; set; }
public int ControlTransparency { get; set; }
Public Property ControlTransparency As Integer
Get
Set
Public Property ControlTransparency As Integer
Get
Set
public:
property int ControlTransparency {
int get ();
void set (int value);
}
public:
property int ControlTransparency {
int get ();
void set (int value);
}
member ControlTransparency : int with get, set
member ControlTransparency : int with get, set
/** @property */
public int get_ControlTransparency()
/** @property */
public void set_ControlTransparency(int value)
/** @property */
public int get_ControlTransparency()
/** @property */
public void set_ControlTransparency(int value)
Field Value
System.Int32
See also
Control and
ControlNode.