www.Chart4.NET | Samples
Whether the tooltip should be shown transparent or not. Effective when Node_BorderShapeList has Circle or when node has a transparent background (Node_BackgroundTypeList include None or a transparent image/transparent brush). Default is false.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public bool IsTransparent { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property IsTransparent As Boolean |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyToolTipNode
Dim value As Boolean
value = instance.IsTransparent
instance.IsTransparent = value |
| Visual C++ |
|---|
public:
property bool IsTransparent {
bool get ();
void set (bool value);
} |
| J# |
|---|
/** @property */
public boolean get_IsTransparent()
/** @property */
public void set_IsTransparent(boolean value)
|
| JScript |
|---|
public function get IsTransparent () : boolean
public function set IsTransparent (value : boolean) |
| JavaScript |
|---|
function get_IsTransparent();
function set_IsTransparent(value); |
Field Value
System.Boolean
See Also