menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapItem - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeMapItem

    Class implementation for TreeMapItem

    Inheritance
    System.Object
    TreeMapItem
    Namespace: Com.Syncfusion.Treemap
    Assembly: Syncfusion.SfTreeMap.Android.dll
    Syntax
    public class TreeMapItem : Object

    Constructors

    TreeMapItem()

    Declaration
    public TreeMapItem()

    Properties

    Bounds

    Gets the Bounds of the frame

    Declaration
    public RectF Bounds { get; }
    Property Value
    Type
    Android.Graphics.RectF

    ChildItems

    Gets or sets Child Items of TreeMap Item.

    Declaration
    public IList<TreeMapItem> ChildItems { get; set; }
    Property Value
    Type
    System.Collections.Generic.IList<TreeMapItem>

    ColorWeight

    Gets or sets Color Weight of TreeMap Item.

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

    Header

    Gets or sets Header of TreeMap Items.

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

    Label

    Gets or sets Label of TreeMap Items.

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

    Weight

    Gets or sets Weight of TreeMap Item.

    Declaration
    public double Weight { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved