Class SFTreeMapItem
Class implementation for SFTreeMapItem
Inheritance
System.Object
SFTreeMapItem
Namespace: Syncfusion.SfTreeMap.iOS
Assembly: Syncfusion.SfTreeMap.iOS.dll
Syntax
public class SFTreeMapItem : NSObject
Constructors
SFTreeMapItem()
Declaration
public SFTreeMapItem()
Properties
BackgroundColor
Gets or sets the color of the background.
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
ChildItems
Gets or sets the child nodes of TreeMap Item.
Declaration
public NSMutableArray ChildItems { get; set; }
Property Value
Type |
---|
Foundation.NSMutableArray |
ColorWeight
Gets or sets the color weight of TreeMap Item.
Declaration
public nfloat ColorWeight { get; set; }
Property Value
Type |
---|
System.nfloat |
Data
Gets or sets the data.
Declaration
public NSObject Data { get; set; }
Property Value
Type |
---|
Foundation.NSObject |
Frame
Gets the frame.
Declaration
public CGRect Frame { get; }
Property Value
Type |
---|
CoreGraphics.CGRect |
Header
Gets or sets the header of TreeMap Item.
Declaration
public NSString Header { get; set; }
Property Value
Type |
---|
Foundation.NSString |
Label
Gets or sets the label.
Declaration
public NSString Label { get; set; }
Property Value
Type |
---|
Foundation.NSString |
Weight
Gets or sets the weight of TreeMap Item.
Declaration
public nfloat Weight { get; set; }
Property Value
Type |
---|
System.nfloat |