menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class TreeMapHierarchicalLevel

    Class implementation for UniColorMapping

    Inheritance
    System.Object
    TreeMapLevel
    TreeMapHierarchicalLevel
    Inherited Members
    TreeMapLevel.HeaderHeight
    TreeMapLevel.HeaderStyle
    TreeMapLevel.LabelPath
    TreeMapLevel.ShowHeader
    TreeMapLevel.ShowLabels
    Namespace: Com.Syncfusion.Treemap
    Assembly: Syncfusion.SfTreeMap.Android.dll
    Syntax
    public class TreeMapHierarchicalLevel : TreeMapLevel

    Constructors

    TreeMapHierarchicalLevel()

    Declaration
    public TreeMapHierarchicalLevel()

    Properties

    ChildBackgroundColor

    Gets or sets background color of child.

    Declaration
    public int ChildBackgroundColor { get; set; }
    Property Value
    Type
    System.Int32

    ChildGap

    Gets or sets gap between the child nodes.

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

    ChildPadding

    Gets or sets padding between group and Child nodes.

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

    ChildPath

    Gets or sets path of source object to be grouped.

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

    ChildStrokeColor

    Gets or sets Stroke color of child border.

    Declaration
    public int ChildStrokeColor { get; set; }
    Property Value
    Type
    System.Int32

    ChildStrokeWidth

    Gets or sets Stroke width of child border.

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

    HeaderPath

    Gets or sets path of source object to be shown in header.

    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