menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class TreeMapFlatLevel

    Class implementation for TreeMapFlatLevel

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

    Constructors

    TreeMapFlatLevel()

    Declaration
    public TreeMapFlatLevel()

    Properties

    GroupBackgroundColor

    Gets or sets background color of group.

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

    GroupGap

    Gets or sets gap between the group nodes.

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

    GroupPadding

    Gets or sets padding between group and Child nodes.

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

    GroupPath

    Gets or sets path of source object to be grouped.

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

    GroupStrokeColor

    Gets or sets Stroke color of Group border.

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

    GroupStrokeWidth

    Gets or sets Stroke width of group border.

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