Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFTreeMapFlatLevel

    Class implementation for SFTreeMapFlatLevel

    Inheritance
    System.Object
    SFTreeMapLevel
    SFTreeMapFlatLevel
    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 SFTreeMapFlatLevel : SFTreeMapLevel

    Constructors

    SFTreeMapFlatLevel()

    Initializes a new instance of the SFTreeMapFlatLevel class.

    Declaration
    public SFTreeMapFlatLevel()

    Properties

    GroupBackground

    Gets or sets the group background.

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

    GroupBorderColor

    Gets or sets the color of the group border.

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

    GroupBorderWidth

    Gets or sets the width of the group border.

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

    GroupGap

    Gets or sets the group gap.

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

    GroupPadding

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

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

    GroupPath

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

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