Class TreeMapLevel
Inheritance
System.Object
TreeMapLevel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeMapLevel : EJTagHelper
Constructors
TreeMapLevel()
Declaration
Properties
GroupBackground
Declaration
[JsonProperty("groupBackground")]
public string GroupBackground { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupBorderColor
Declaration
[JsonProperty("groupBorderColor")]
public string GroupBorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupBorderThickness
Declaration
[JsonProperty("groupBorderThickness")]
public double GroupBorderThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
GroupGap
Declaration
[JsonProperty("groupGap")]
public double GroupGap { get; set; }
Property Value
Type |
Description |
System.Double |
|
GroupPadding
Declaration
[JsonProperty("groupPadding")]
public double GroupPadding { get; set; }
Property Value
Type |
Description |
System.Double |
|
GroupPath
Declaration
[JsonProperty("groupPath")]
public string GroupPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[JsonProperty("headerHeight")]
public double HeaderHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
[JsonProperty("headerTemplate")]
public string HeaderTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[JsonProperty("headerVisibilityMode")]
[JsonConverter(typeof(StringEnumConverter))]
public VisibilityMode HeaderVisibilityMode { get; set; }
Property Value
LabelPosition
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("labelPosition")]
public DockPosition LabelPosition { get; set; }
Property Value
LabelTemplate
Declaration
[JsonProperty("labelTemplate")]
public string LabelTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelVisibilityMode
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("labelVisibilityMode")]
public VisibilityMode LabelVisibilityMode { get; set; }
Property Value
Declaration
[JsonProperty("showHeader")]
public bool ShowHeader { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowLabels
Declaration
[JsonProperty("showLabels")]
public bool ShowLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TextOverflow
Declaration
[JsonProperty("textOverflow")]
[JsonConverter(typeof(StringEnumConverter))]
public LabelTextOverflow TextOverflow { get; set; }
Property Value