Class LeafItemSettings
Class which represent the leaf item setting.
Inheritance
System.Object
LeafItemSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
public class LeafItemSettings
Constructors
LeafItemSettings()
Declaration
public LeafItemSettings()
Properties
BorderBrush
Gets or sets the border color.
Declaration
public Brush BorderBrush { get; set; }
Property Value
Type |
---|
System.Drawing.Brush |
BorderThickness
Gets or sets the border thickness.
Declaration
public double BorderThickness { get; set; }
Property Value
Type |
---|
System.Double |
Gap
Gets or sets the gap value.
Declaration
public double Gap { get; set; }
Property Value
Type |
---|
System.Double |
LabelPath
Gets or sets the label path.
Declaration
public string LabelPath { get; set; }
Property Value
Type |
---|
System.String |
LabelPosition
Gets or sets the label position.
Declaration
public LabelPositions LabelPosition { get; set; }
Property Value
Type |
---|
LabelPositions |
ShowLabels
Gets or sets the visiblity of labels.
Declaration
public bool ShowLabels { get; set; }
Property Value
Type |
---|
System.Boolean |
Events
LabelDrawing
Event raised when the label gets drawn.
Declaration
public event LeafItemSettings.LabelDrawingEventHandler LabelDrawing
Event Type
Type |
---|
LeafItemSettings.LabelDrawingEventHandler |