Class LeafItemSettings
Class which represent the leaf item setting.
Inheritance
System.Object
LeafItemSettings
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
public class LeafItemSettings : Object
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 |
Methods
add_LabelDrawing(LeafItemSettings.LabelDrawingEventHandler)
Declaration
public void add_LabelDrawing(LeafItemSettings.LabelDrawingEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| LeafItemSettings.LabelDrawingEventHandler | value |
remove_LabelDrawing(LeafItemSettings.LabelDrawingEventHandler)
Declaration
public void remove_LabelDrawing(LeafItemSettings.LabelDrawingEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| LeafItemSettings.LabelDrawingEventHandler | value |
Events
LabelDrawing
Event raised when the label gets drawn.
Declaration
public event LeafItemSettings.LabelDrawingEventHandler LabelDrawing
Event Type
| Type |
|---|
| LeafItemSettings.LabelDrawingEventHandler |