alexa
menu

WinForms

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

    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.add_LabelDrawing(TreeMapLevel.LabelDrawingEventHandler)
    TreeMapLevel.ColorMapping
    TreeMapLevel.Dispose()
    TreeMapLevel.HeaderHeight
    TreeMapLevel.ItemsGap
    TreeMapLevel.LabelDrawing
    TreeMapLevel.LabelPath
    TreeMapLevel.LabelPosition
    TreeMapLevel.PropertyChanged
    TreeMapLevel.remove_LabelDrawing(TreeMapLevel.LabelDrawingEventHandler)
    TreeMapLevel.ShowLabels
    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
    System.Drawing.Brush

    GroupBorderColor

    Gets or sets the borer color for the group.

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

    GroupBorderThickenss

    Gets or sets the Group border thickness.

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

    GroupGap

    Gets or sets the Gap between the treemap group items.

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

    GroupPadding

    Gets or sets the group padding.

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

    GroupPath

    Gets or sets the group path.

    Declaration
    public string GroupPath { 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