Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFTreeMapLevel - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFTreeMapLevel

    Class implementation for SFTreeMapLevel

    Inheritance
    System.Object
    SFTreeMapLevel
    SFTreeMapFlatLevel
    SFTreeMapHierarchicalLevel
    Namespace: Syncfusion.SfTreeMap.iOS
    Assembly: Syncfusion.SfTreeMap.iOS.dll
    Syntax
    public class SFTreeMapLevel : NSObject

    Constructors

    SFTreeMapLevel()

    Initializes a new instance of the SFTreeMapLevel class.

    Declaration
    public SFTreeMapLevel()

    Properties

    HeaderHeight

    Gets or sets the height of the header.

    Declaration
    public nfloat HeaderHeight { get; set; }
    Property Value
    Type Description
    System.nfloat

    HeaderStyle

    Gets or sets the header style.

    Declaration
    public SFStyle HeaderStyle { get; set; }
    Property Value
    Type Description
    SFStyle

    LabelPath

    Gets or sets the path of the lable on the source object.

    Declaration
    public NSString LabelPath { get; set; }
    Property Value
    Type Description
    Foundation.NSString

    LabelStyle

    Gets or sets the label style.

    Declaration
    public SFStyle LabelStyle { get; set; }
    Property Value
    Type Description
    SFStyle

    ShowHeader

    Gets or sets a value indicating whether this SFTreeMapLevel show header.

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

    ShowLabels

    Gets or sets a value indicating whether this SFTreeMapLevel show labels.

    Declaration
    public bool ShowLabels { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved