menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class LeafItemSetting

    Class implementation for LeafItemSetting

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

    Constructors

    LeafItemSetting()

    Declaration
    public LeafItemSetting()

    Properties

    Gap

    Gets or sets gap between treemap leaf nodes.

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

    LabelPath

    Gets or sets path of the label.

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

    LabelStyle

    Gets or sets style of the label.

    Declaration
    public Style LabelStyle { get; set; }
    Property Value
    Type
    Style

    OverflowMode

    Gets or sets OverflowMode of Data label.

    Declaration
    public LabelOverflowMode OverflowMode { get; set; }
    Property Value
    Type
    LabelOverflowMode

    ShowLabels

    Gets or sets a value indicating whether to show labels or not.

    Declaration
    public bool ShowLabels { get; set; }
    Property Value
    Type
    System.Boolean

    StrokeColor

    Gets or sets stroke color of rectangle.

    Declaration
    public int StrokeColor { get; set; }
    Property Value
    Type
    System.Int32

    StrokeWidth

    Gets or sets stroke width of rectangle.

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