Class TreeMapLevel
Class implementation for TreeMapLevel
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 |