menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapFlatLevel - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeMapFlatLevel

    TreeMapFlatLevel

    Inheritance
    System.Object
    TreeMapLevel
    TreeMapFlatLevel
    Implements
    System.IDisposable
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    TreeMapLevel.ColorMapping
    TreeMapLevel.ColorMappingProperty
    TreeMapLevel.Dispose()
    TreeMapLevel.HeaderHeight
    TreeMapLevel.HeaderHeightProperty
    TreeMapLevel.HeaderTemplate
    TreeMapLevel.HeaderTemplateProperty
    TreeMapLevel.LabelTemplate
    TreeMapLevel.LabelTemplateProperty
    TreeMapLevel.PropertyChanged
    TreeMapLevel.ShowLabels
    TreeMapLevel.ShowLabelsProperty
    TreeMapLevel.TreeMapItems
    TreeMapLevel.TreeMapItemsProperty
    Namespace: Syncfusion.UI.Xaml.TreeMap
    Assembly: Syncfusion.SfTreeMap.UWP.dll
    Syntax
    public class TreeMapFlatLevel : TreeMapLevel, IDisposable, INotifyPropertyChanged

    Constructors

    TreeMapFlatLevel()

    Declaration
    public TreeMapFlatLevel()

    Fields

    GroupBackgroundProperty

    // Using a DependencyProperty as the backing store for GroupBackground. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty GroupBackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    GroupBorderBrushProperty

    // Using a DependencyProperty as the backing store for GroupBorderBrush. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty GroupBorderBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    GroupBorderThicknessProperty

    // Using a DependencyProperty as the backing store for GroupBorderThickness. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty GroupBorderThicknessProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    GroupGapProperty

    // Using a DependencyProperty as the backing store for GroupGap. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty GroupGapProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    GroupPaddingProperty

    // Using a DependencyProperty as the backing store for GroupPadding. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty GroupPaddingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    GroupPathProperty

    // Using a DependencyProperty as the backing store for GroupPath. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty GroupPathProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    GroupBackground

    Gets or Sets GroupBackground

    Declaration
    public Brush GroupBackground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    GroupBorderBrush

    Gets or Sets GroupBorderBrush

    Declaration
    public Brush GroupBorderBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    GroupBorderThickness

    Gets or Sets GroupBorderThickness

    Declaration
    public Thickness GroupBorderThickness { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    GroupGap

    Gets or Sets GroupGap

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

    GroupPadding

    Gets or Sets GroupPadding

    Declaration
    public Thickness GroupPadding { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    GroupPath

    Gets or Sets GroupPath

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

    Implements

    System.IDisposable
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved