Class LeafItemsSettingBuilder
Inheritance
System.Object
LeafItemsSettingBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class LeafItemsSettingBuilder
Constructors
LeafItemsSettingBuilder(LeafItemsSetting, TreeMapProperties)
Declaration
public LeafItemsSettingBuilder(LeafItemsSetting leafItemssetting, TreeMapProperties treeMapProperties)
Parameters
Fields
leafItemsSetting
Declaration
public LeafItemsSetting leafItemsSetting
Field Value
mapProperties
Declaration
public TreeMapProperties mapProperties
Field Value
Methods
BorderBrush(String)
Declaration
public LeafItemsSettingBuilder BorderBrush(string borderBrush)
Parameters
Type |
Name |
Description |
System.String |
borderBrush |
|
Returns
BorderThickness(Double)
Declaration
public LeafItemsSettingBuilder BorderThickness(double borderThickness)
Parameters
Type |
Name |
Description |
System.Double |
borderThickness |
|
Returns
ItemTemplate(String)
Declaration
public LeafItemsSettingBuilder ItemTemplate(string itemTemplate)
Parameters
Type |
Name |
Description |
System.String |
itemTemplate |
|
Returns
LabelPath(String)
Declaration
public LeafItemsSettingBuilder LabelPath(string labelpath)
Parameters
Type |
Name |
Description |
System.String |
labelpath |
|
Returns
LabelPosition(DockPosition)
Declaration
public LeafItemsSettingBuilder LabelPosition(DockPosition position)
Parameters
Returns
LabelTemplate(String)
Declaration
public LeafItemsSettingBuilder LabelTemplate(string labelTemplate)
Parameters
Type |
Name |
Description |
System.String |
labelTemplate |
|
Returns
LabelVisibilityMode(VisibilityMode)
Declaration
public LeafItemsSettingBuilder LabelVisibilityMode(VisibilityMode labelVisibilityMode)
Parameters
Returns
ShowLabels(Boolean)
Declaration
public LeafItemsSettingBuilder ShowLabels(bool showLabels)
Parameters
Type |
Name |
Description |
System.Boolean |
showLabels |
|
Returns
TextOverflow(LabelTextOverflow)
Declaration
public LeafItemsSettingBuilder TextOverflow(LabelTextOverflow textOverflow)
Parameters
Returns