Class SFTreeMapLevel
Class implementation for SFTreeMapLevel
Namespace: Syncfusion.SfTreeMap.iOS
Assembly: Syncfusion.SfTreeMap.iOS.dll
Syntax
public class SFTreeMapLevel : NSObject
Constructors
SFTreeMapLevel()
Initializes a new instance of the SFTreeMapLevel class.
Declaration
public SFTreeMapLevel()
Properties
HeaderHeight
Gets or sets the height of the header.
Declaration
public nfloat HeaderHeight { get; set; }
Property Value
Type |
---|
System.nfloat |
HeaderStyle
Gets or sets the header style.
Declaration
public SFStyle HeaderStyle { get; set; }
Property Value
Type |
---|
SFStyle |
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 |
ShowHeader
Gets or sets a value indicating whether this SFTreeMapLevel show header.
Declaration
public bool ShowHeader { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowLabels
Gets or sets a value indicating whether this SFTreeMapLevel show labels.
Declaration
public bool ShowLabels { get; set; }
Property Value
Type |
---|
System.Boolean |