www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Whether or not node background image to be tiled. If set to false, the image will be stretched to available space. Default is false.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool Node_BackgroundTile { get; set; }
public bool Node_BackgroundTile { get; set; }
Public Property Node_BackgroundTile As Boolean
Get
Set
Public Property Node_BackgroundTile As Boolean
Get
Set
public:
property bool Node_BackgroundTile {
bool get ();
void set (bool value);
}
public:
property bool Node_BackgroundTile {
bool get ();
void set (bool value);
}
member Node_BackgroundTile : bool with get, set
member Node_BackgroundTile : bool with get, set
/** @property */
public boolean get_Node_BackgroundTile()
/** @property */
public void set_Node_BackgroundTile(boolean value)
/** @property */
public boolean get_Node_BackgroundTile()
/** @property */
public void set_Node_BackgroundTile(boolean value)
Field Value
System.Boolean
The node background tiling is relevant only if
Node_BackgroundTypeList is set as Image or Stock and images are set in
Node_BackgroundImageList or in
Node_BackgroundStockList property.