Class SFLeafItemSetting
Represents the list of settings for leaf nodes
Inheritance
System.Object
SFLeafItemSetting
Namespace: Syncfusion.SfTreeMap.iOS
Assembly: Syncfusion.SfTreeMap.iOS.dll
Syntax
public class SFLeafItemSetting : NSObject
Constructors
SFLeafItemSetting()
Initializes a new instance of the SFLeafItemSetting class.
Declaration
public SFLeafItemSetting()
Properties
BorderColor
Gets or sets the color of the border.
Declaration
public UIColor BorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
BorderWidth
Gets or sets the width of the border.
Declaration
public nfloat BorderWidth { get; set; }
Property Value
Type |
---|
System.nfloat |
Gap
Gets or sets the distance between the leaf nodes.
Declaration
public nfloat Gap { get; set; }
Property Value
Type |
---|
System.nfloat |
LabelPath
Gets or sets the path of the lable on the source object.
Declaration
public NSString LabelPath { get; set; }
Property Value
Type |
---|
Foundation.NSString |
LabelStyle
Gets or sets the label style.
Declaration
public SFStyle LabelStyle { get; set; }
Property Value
Type |
---|
SFStyle |
OverflowMode
Gets or sets the OverflowMode of label.
Declaration
public LabelOverflowMode OverflowMode { get; set; }
Property Value
Type |
---|
LabelOverflowMode |
ShowLabels
Gets or sets a value indicating whether this SFLeafItemSetting show labels.
Declaration
public bool ShowLabels { get; set; }
Property Value
Type |
---|
System.Boolean |