Class SFTreeMapHierarchicalLevel
Class implementation for SFTreeMapHierarchicalLevel
Inherited Members
Namespace: Syncfusion.SfTreeMap.iOS
Assembly: Syncfusion.SfTreeMap.iOS.dll
Syntax
public class SFTreeMapHierarchicalLevel : SFTreeMapLevel
Constructors
SFTreeMapHierarchicalLevel()
Initializes a new instance of the SFTreeMapHierarchicalLevel class.
Declaration
public SFTreeMapHierarchicalLevel()
Properties
ChildBackground
Gets or sets the child background.
Declaration
public UIColor ChildBackground { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
ChildBorderColor
Gets or sets the color of the child border.
Declaration
public UIColor ChildBorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
ChildBorderWidth
Gets or sets the width of the child border.
Declaration
public nfloat ChildBorderWidth { get; set; }
Property Value
Type |
---|
System.nfloat |
ChildGap
Gets or sets the gap between the child.
Declaration
public nfloat ChildGap { get; set; }
Property Value
Type |
---|
System.nfloat |
ChildPadding
Gets or sets the padding between child border and TreeMap Items.
Declaration
public nfloat ChildPadding { get; set; }
Property Value
Type |
---|
System.nfloat |
ChildPath
Gets or sets the path of source object to be grouped.
Declaration
public NSString ChildPath { get; set; }
Property Value
Type |
---|
Foundation.NSString |
HeaderPath
Gets or sets the header path.
Declaration
public NSString HeaderPath { get; set; }
Property Value
Type |
---|
Foundation.NSString |