HierarchySettings Node_BackgroundTile Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples 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.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public bool Node_BackgroundTile { get; set; }
/** @property */
public boolean get_Node_BackgroundTile()
/** @property */
public void set_Node_BackgroundTile(boolean value)

Field Value

System.Boolean
Remarks

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.
See Also