Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFTreeMapHierarchicalLevel

    Class implementation for SFTreeMapHierarchicalLevel

    Inheritance
    System.Object
    SFTreeMapLevel
    SFTreeMapHierarchicalLevel
    Inherited Members
    SFTreeMapLevel.HeaderHeight
    SFTreeMapLevel.ShowHeader
    SFTreeMapLevel.ShowLabels
    SFTreeMapLevel.LabelPath
    SFTreeMapLevel.LabelStyle
    SFTreeMapLevel.HeaderStyle
    Namespace: Syncfusion.SfTreeMap.iOS
    Assembly: Syncfusion.SfTreeMap.iOS.dll
    Syntax
    public class SFTreeMapHierarchicalLevel : SFTreeMapLevel

    Constructors

    SFTreeMapHierarchicalLevel()

    Initializes a new instance of the SFTreeMapHierarchicalLevel class.

    Declaration
    public SFTreeMapHierarchicalLevel()

    Properties

    ChildBackground

    Gets or sets the child background.

    Declaration
    public UIColor ChildBackground { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    ChildBorderColor

    Gets or sets the color of the child border.

    Declaration
    public UIColor ChildBorderColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    ChildBorderWidth

    Gets or sets the width of the child border.

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

    ChildGap

    Gets or sets the gap between the child.

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

    ChildPadding

    Gets or sets the padding between child border and TreeMap Items.

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

    ChildPath

    Gets or sets the path of source object to be grouped.

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

    HeaderPath

    Gets or sets the header path.

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