WinForms

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

    Show / Hide Table of Contents

    Class TreeMapFlatLevel

    Class which represent the tree map flat level.

    Inheritance
    System.Object
    TreeMapLevel
    TreeMapFlatLevel
    Implements
    System.IDisposable
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    TreeMapLevel.Dispose()
    TreeMapLevel.LabelPosition
    TreeMapLevel.ItemsGap
    TreeMapLevel.ColorMapping
    TreeMapLevel.HeaderHeight
    TreeMapLevel.ShowLabels
    TreeMapLevel.LabelPath
    TreeMapLevel.PropertyChanged
    TreeMapLevel.LabelDrawing
    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 TreeMapFlatLevel : TreeMapLevel, IDisposable, INotifyPropertyChanged

    Constructors

    TreeMapFlatLevel()

    Declaration
    public TreeMapFlatLevel()

    Properties

    GroupBackground

    Gets or sets the background color for the group.

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

    GroupBorderColor

    Gets or sets the borer color for the group.

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

    GroupBorderThickenss

    Gets or sets the Group border thickness.

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

    GroupGap

    Gets or sets the Gap between the treemap group items.

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

    GroupPadding

    Gets or sets the group padding.

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

    GroupPath

    Gets or sets the group path.

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

    Implements

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