Class SFTreeMapFlatLevel
Class implementation for SFTreeMapFlatLevel
Inherited Members
Namespace: Syncfusion.SfTreeMap.iOS
Assembly: Syncfusion.SfTreeMap.iOS.dll
Syntax
public class SFTreeMapFlatLevel : SFTreeMapLevel
Constructors
SFTreeMapFlatLevel()
Initializes a new instance of the SFTreeMapFlatLevel class.
Declaration
public SFTreeMapFlatLevel()
Properties
GroupBackground
Gets or sets the group background.
Declaration
public UIColor GroupBackground { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
GroupBorderColor
Gets or sets the color of the group border.
Declaration
public UIColor GroupBorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
GroupBorderWidth
Gets or sets the width of the group border.
Declaration
public nfloat GroupBorderWidth { get; set; }
Property Value
Type |
---|
System.nfloat |
GroupGap
Gets or sets the group gap.
Declaration
public nfloat GroupGap { get; set; }
Property Value
Type |
---|
System.nfloat |
GroupPadding
Gets or sets the padding between group border and TreeMap Items.
Declaration
public nfloat GroupPadding { get; set; }
Property Value
Type |
---|
System.nfloat |
GroupPath
Gets or sets the path of source object to be grouped.
Declaration
public NSString GroupPath { get; set; }
Property Value
Type |
---|
Foundation.NSString |