Class SFGroupColorMapping
Class implementation for SFGroupColorMapping
Inheritance
System.Object
SFGroupColorMapping
Namespace: Syncfusion.SfTreeMap.iOS
Assembly: Syncfusion.SfTreeMap.iOS.dll
Syntax
public class SFGroupColorMapping : NSObject
Constructors
SFGroupColorMapping()
Declaration
public SFGroupColorMapping()
Properties
ColorMapping
Gets or sets the color mapping.
Declaration
public SFColorMapping ColorMapping { get; set; }
Property Value
Type |
---|
SFColorMapping |
GroupId
Gets or sets the group identifier.
Declaration
public NSString GroupId { get; set; }
Property Value
Type |
---|
Foundation.NSString |