menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapHierarchicalLevel - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeMapHierarchicalLevel

    Represents the TreeMapHierarchical class. To render this, create an instance of TreeMapHierarchicalLevel, and set required properties.

    Inheritance
    System.Object
    TreeMapLevel
    TreeMapHierarchicalLevel
    Inherited Members
    TreeMapLevel.HeaderHeight
    TreeMapLevel.HeaderHeightProperty
    TreeMapLevel.HeaderStyle
    TreeMapLevel.HeaderStyleProperty
    TreeMapLevel.LabelPath
    TreeMapLevel.LabelPathProperty
    TreeMapLevel.LabelStyle
    TreeMapLevel.LabelStyleProperty
    TreeMapLevel.ShowHeader
    TreeMapLevel.ShowHeaderProperty
    TreeMapLevel.ShowLabels
    TreeMapLevel.ShowLabelsProperty
    Namespace: Syncfusion.SfTreeMap.XForms
    Assembly: Syncfusion.SfTreeMap.XForms.dll
    Syntax
    public class TreeMapHierarchicalLevel : TreeMapLevel, IThemeElement

    Constructors

    TreeMapHierarchicalLevel()

    Initializes a new instance of the TreeMapHierarchicalLevel class.

    Declaration
    public TreeMapHierarchicalLevel()

    Fields

    ChildBackgroundProperty

    Gets or sets the Child Background color property, and this property is used to set the background color for the child items of the tree map. This is a bindable property.

    Declaration
    public static readonly BindableProperty ChildBackgroundProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ChildBorderColorProperty

    Gets or sets the Child Border Color property. This property is used to set the border coor for child items of the tree map. This is a bindable property.

    Declaration
    public static readonly BindableProperty ChildBorderColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ChildBorderThicknessProperty

    Gets or sets the Child Border Thickness property. This property is used to customize the thickness for the child items of the tree map.

    Declaration
    public static readonly BindableProperty ChildBorderThicknessProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ChildGapProperty

    Gets or sets the Child gap property. This property is used to customize the gap between the child items of the tree map. This is a bindable property.

    Declaration
    public static readonly BindableProperty ChildGapProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ChildPaddingProperty

    Gets or sets the Child Padding property. This proeprty is used to set padding value for the child items of the TreeMap. This is a bindable property.

    Declaration
    public static readonly BindableProperty ChildPaddingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ChildPathProperty

    Gets or sets the ChildPath property. This property is used to set path for child items of the tree map. This is a bindable property.

    Declaration
    public static readonly BindableProperty ChildPathProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    HeaderPathProperty

    Gets or sets the Header path property. This property is used to set path for header of the tree map.

    Declaration
    public static readonly BindableProperty HeaderPathProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    ChildBackground

    Gets or sets the Child Background color property, and this property is used to set the background color for the child items of the tree map.

    Declaration
    public Color ChildBackground { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color

    ChildBorderColor

    Gets or sets the Child Border Color property. This property is used to set the border coor for child items of the tree map. This is a bindable property.

    Declaration
    public Color ChildBorderColor { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color

    ChildBorderThickness

    Gets or sets the Child Border Thickness property. This property is used to customize the thickness for the child items of the tree map.

    Declaration
    public double ChildBorderThickness { get; set; }
    Property Value
    Type
    System.Double

    ChildGap

    Gets or sets the Child gap property. This property is used to customize the gap between the child items of the tree map. This is a bindable property.

    Declaration
    public double ChildGap { get; set; }
    Property Value
    Type
    System.Double

    ChildPadding

    Gets or sets the Child Padding property. This proeprty is used to set padding value for the child items of the TreeMap. This is a bindable property.

    Declaration
    public double ChildPadding { get; set; }
    Property Value
    Type
    System.Double

    ChildPath

    Gets or sets the ChildPath property. This property is used to set path for child items of the tree map. This is a bindable property.

    Declaration
    public string ChildPath { get; set; }
    Property Value
    Type
    System.String

    HeaderPath

    Gets or sets the Header path property. This property is used to set the path for header of the tree map.

    Declaration
    public string HeaderPath { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved