menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LeafItemsSettingBuilder

    Show / Hide Table of Contents

    Class LeafItemsSettingBuilder

    Inheritance
    System.Object
    LeafItemsSettingBuilder
    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()
    Namespace: Syncfusion.JavaScript.DataVisualization.Builders
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class LeafItemsSettingBuilder

    Constructors

    LeafItemsSettingBuilder(LeafItemsSetting, TreeMapProperties)

    Declaration
    public LeafItemsSettingBuilder(LeafItemsSetting leafItemssetting, TreeMapProperties treeMapProperties)
    Parameters
    Type Name Description
    LeafItemsSetting leafItemssetting
    TreeMapProperties treeMapProperties

    Fields

    leafItemsSetting

    Declaration
    public LeafItemsSetting leafItemsSetting
    Field Value
    Type Description
    LeafItemsSetting

    mapProperties

    Declaration
    public TreeMapProperties mapProperties
    Field Value
    Type Description
    TreeMapProperties

    Methods

    BorderBrush(String)

    Declaration
    public LeafItemsSettingBuilder BorderBrush(string borderBrush)
    Parameters
    Type Name Description
    System.String borderBrush
    Returns
    Type Description
    LeafItemsSettingBuilder

    BorderThickness(Double)

    Declaration
    public LeafItemsSettingBuilder BorderThickness(double borderThickness)
    Parameters
    Type Name Description
    System.Double borderThickness
    Returns
    Type Description
    LeafItemsSettingBuilder

    ItemTemplate(String)

    Declaration
    public LeafItemsSettingBuilder ItemTemplate(string itemTemplate)
    Parameters
    Type Name Description
    System.String itemTemplate
    Returns
    Type Description
    LeafItemsSettingBuilder

    LabelPath(String)

    Declaration
    public LeafItemsSettingBuilder LabelPath(string labelpath)
    Parameters
    Type Name Description
    System.String labelpath
    Returns
    Type Description
    LeafItemsSettingBuilder

    LabelPosition(DockPosition)

    Declaration
    public LeafItemsSettingBuilder LabelPosition(DockPosition position)
    Parameters
    Type Name Description
    DockPosition position
    Returns
    Type Description
    LeafItemsSettingBuilder

    LabelTemplate(String)

    Declaration
    public LeafItemsSettingBuilder LabelTemplate(string labelTemplate)
    Parameters
    Type Name Description
    System.String labelTemplate
    Returns
    Type Description
    LeafItemsSettingBuilder

    LabelVisibilityMode(VisibilityMode)

    Declaration
    public LeafItemsSettingBuilder LabelVisibilityMode(VisibilityMode labelVisibilityMode)
    Parameters
    Type Name Description
    VisibilityMode labelVisibilityMode
    Returns
    Type Description
    LeafItemsSettingBuilder

    ShowLabels(Boolean)

    Declaration
    public LeafItemsSettingBuilder ShowLabels(bool showLabels)
    Parameters
    Type Name Description
    System.Boolean showLabels
    Returns
    Type Description
    LeafItemsSettingBuilder

    TextOverflow(LabelTextOverflow)

    Declaration
    public LeafItemsSettingBuilder TextOverflow(LabelTextOverflow textOverflow)
    Parameters
    Type Name Description
    LabelTextOverflow textOverflow
    Returns
    Type Description
    LeafItemsSettingBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved