www.Chart4.NET | Samples
Transparecy of Control [0-255], value 0 means full transparency and 255 means opaque. Default is 0.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public int ControlTransparency { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ControlTransparency As Integer |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyNode
Dim value As Integer
value = instance.ControlTransparency
instance.ControlTransparency = value |
| Visual C++ |
|---|
public:
property int ControlTransparency {
int get ();
void set (int value);
} |
| J# |
|---|
/** @property */
public int get_ControlTransparency()
/** @property */
public void set_ControlTransparency(int value)
|
| JScript |
|---|
public function get ControlTransparency () : int
public function set ControlTransparency (value : int) |
| JavaScript |
|---|
function get_ControlTransparency();
function set_ControlTransparency(value); |
Field Value
System.Int32
Remarks
See Also