menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class TreeMapLevel

    Class implementation for TreeMapLevel

    Inheritance
    System.Object
    TreeMapLevel
    TreeMapFlatLevel
    TreeMapHierarchicalLevel
    Namespace: Com.Syncfusion.Treemap
    Assembly: Syncfusion.SfTreeMap.Android.dll
    Syntax
    public class TreeMapLevel : Object

    Constructors

    TreeMapLevel()

    Declaration
    public TreeMapLevel()

    Properties

    HeaderHeight

    Gets or sets height of the header.

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

    HeaderStyle

    Gets or sets style of the header.

    Declaration
    public Style HeaderStyle { get; set; }
    Property Value
    Type
    Style

    LabelPath

    Gets or sets Path of the label.

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

    ShowHeader

    Gets or sets a value indicating whether to show header or not.

    Declaration
    public bool ShowHeader { get; set; }
    Property Value
    Type
    System.Boolean

    ShowLabels

    Gets or sets a value indicating whether to show label or not.

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