Class TreeMapFlatLevel
Represents the TreeMapFlatLevel class. To render this, create an instance of the TreeMapFlatLevel, and set required properties.
Inherited Members
Namespace: Syncfusion.SfTreeMap.XForms
Assembly: Syncfusion.SfTreeMap.XForms.dll
Syntax
public class TreeMapFlatLevel : TreeMapLevel, IThemeElement
Constructors
TreeMapFlatLevel()
Initializes a new instance of the TreeMapFlatLevel class.
Declaration
public TreeMapFlatLevel()
Fields
GroupBackgroundProperty
Gets or sets the Group Background color property. This property is used to set the backround color for the groups of the tree map.
Declaration
public static readonly BindableProperty GroupBackgroundProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
GroupBorderColorProperty
Gets or sets the Group Border Color property. This property is used to set color for the group of the tree map. This is a bindable property.
Declaration
public static readonly BindableProperty GroupBorderColorProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
GroupBorderThicknessProperty
Gets or sets the Group Border Thickness property. This property is used to set thickness for the groups of tree map.
Declaration
public static readonly BindableProperty GroupBorderThicknessProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
GroupGapProperty
Gets or sets the Group Gap property. This property is used to customize the gap between the groups of the tree map. This is a bindable property.
Declaration
public static readonly BindableProperty GroupGapProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
GroupPaddingProperty
Gets or sets the Group Padding property. This property is used to set padding to the group of tree map.
Declaration
public static readonly BindableProperty GroupPaddingProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
GroupPathProperty
Gets or sets the Group Path property. This proeprty is used to set the path for the child items of the tree map. This is a bindable property.
Declaration
public static readonly BindableProperty GroupPathProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
Properties
GroupBackground
Gets or sets the Group Background color property. This property is used to set the backround color for the groups of the tree map.
Declaration
public Color GroupBackground { get; set; }
Property Value
| Type |
|---|
| Xamarin.Forms.Color |
GroupBorderColor
Gets or sets the Group Border Color property. This property is used to set color for the group of the tree map. This is a bindable property.
Declaration
public Color GroupBorderColor { get; set; }
Property Value
| Type |
|---|
| Xamarin.Forms.Color |
GroupBorderThickness
Gets or sets the Group Border Thickness property. This property is used to set thickness for the groups of the tree map.
Declaration
public double GroupBorderThickness { get; set; }
Property Value
| Type |
|---|
| System.Double |
GroupGap
Gets or sets the Group Gap property. This property is used to customize the gap between the groups of the tree map. This is a bindable property.
Declaration
public double GroupGap { get; set; }
Property Value
| Type |
|---|
| System.Double |
GroupPadding
Gets or sets the Group Padding property. This property is used to set padding for the group of the tree map.
Declaration
public double GroupPadding { get; set; }
Property Value
| Type |
|---|
| System.Double |
GroupPath
Gets or sets the Group Path property. This proeprty is used to set the path for the child items of the tree map. This is a bindable property.
Declaration
public string GroupPath { get; set; }
Property Value
| Type |
|---|
| System.String |