WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapLeafNode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeMapLeafNode

    Class which represents the tree map leaf nodes.

    Inheritance
    System.Object
    TreeMapLeafNode
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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.Windows.Forms.TreeMap
    Assembly: Syncfusion.TreeMap.Windows.dll
    Syntax
    public class TreeMapLeafNode : INotifyPropertyChanged

    Constructors

    TreeMapLeafNode()

    Declaration
    public TreeMapLeafNode()

    Properties

    AreaByWeight

    Gets or sets the area by weight.

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

    ChildTreeMapItems

    Gets the child tree map items.

    Declaration
    public List<TreeMapItem> ChildTreeMapItems { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<TreeMapItem>

    ColorWeight

    Gets or sets the weight of the color.

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

    Data

    Gets the object value for the data.

    Declaration
    public object Data { get; }
    Property Value
    Type Description
    System.Object

    DefaultWidth

    Gets or sets the default width value.

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

    HeaderColor

    Gets or sets the color of header.

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

    HeaderSize

    Gets or sets the size of header.

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

    Height

    Gets or sets the height value.

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

    ItemHeight

    Gets or sets the item height value.

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

    ItemWidth

    Gets or sets the item width value.

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

    Label

    Gets the value for the label.

    Declaration
    public string Label { get; }
    Property Value
    Type Description
    System.String

    LeafNodes

    Gets the tree map leaf nodes.

    Declaration
    public List<TreeMapLeafNode> LeafNodes { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<TreeMapLeafNode>

    LeftPosition

    Gets or sets the left position.

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

    MappedColor

    Gets or sets the value for mapped color.

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

    TopPosition

    Gets or sets the to position.

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

    Weight

    Gets or sets the weight value.

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

    Methods

    OnPropertyChanged(String)

    Method gets called when the property value gets changed.

    Declaration
    protected virtual void OnPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    Events

    PropertyChanged

    Raised when the property value gets changed.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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