Class LeafItemsSetting
Inheritance
System.Object
LeafItemsSetting
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 LeafItemsSetting : EJTagHelper
Constructors
LeafItemsSetting()
Declaration
public LeafItemsSetting()
Properties
BorderBrush
Declaration
[JsonProperty("borderBrush")]
public string BorderBrush { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderThickness
Declaration
[JsonProperty("borderThickness")]
public double BorderThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
ItemTemplate
Declaration
[JsonProperty("itemTemplate")]
public string ItemTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelPath
Declaration
[JsonProperty("labelPath")]
public string LabelPath { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelPosition
Declaration
[JsonProperty("labelPosition")]
[JsonConverter(typeof(StringEnumConverter))]
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
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