alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeMapHierarchicalLevel

    Class which represent the tree map hierarchical level.

    Inheritance
    System.Object
    TreeMapLevel
    TreeMapHierarchicalLevel
    Implements
    System.IDisposable
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    TreeMapLevel.add_LabelDrawing(TreeMapLevel.LabelDrawingEventHandler)
    TreeMapLevel.ColorMapping
    TreeMapLevel.Dispose()
    TreeMapLevel.HeaderHeight
    TreeMapLevel.ItemsGap
    TreeMapLevel.LabelDrawing
    TreeMapLevel.LabelPosition
    TreeMapLevel.PropertyChanged
    TreeMapLevel.remove_LabelDrawing(TreeMapLevel.LabelDrawingEventHandler)
    TreeMapLevel.ShowLabels
    Namespace: Syncfusion.Windows.Forms.TreeMap
    Assembly: Syncfusion.TreeMap.Windows.dll
    Syntax
    public class TreeMapHierarchicalLevel : TreeMapLevel, IDisposable, INotifyPropertyChanged

    Constructors

    TreeMapHierarchicalLevel()

    Declaration
    public TreeMapHierarchicalLevel()

    Properties

    ChildBackground

    Gets or sets the background color of the child.

    Declaration
    public Brush ChildBackground { get; set; }
    Property Value
    Type
    System.Drawing.Brush

    ChildBorderColor

    Gets or sets the border color for the child.

    Declaration
    public Brush ChildBorderColor { get; set; }
    Property Value
    Type
    System.Drawing.Brush

    ChildBorderThickenss

    Gets or sets the border thickness of the child.

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

    ChildGap

    Gets or sets the gap value for the child.

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

    ChildPadding

    Gets or sets the padding value for the child.

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

    ChildPath

    Class which represent the path value of the child.

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

    HeaderPath

    Gets or sets the path value for the header.

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

    LabelPath

    Gets or sets the path value for the label.

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

    Implements

    System.IDisposable
    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved