Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFLeafItemSetting

    Represents the list of settings for leaf nodes

    Inheritance
    System.Object
    SFLeafItemSetting
    Namespace: Syncfusion.SfTreeMap.iOS
    Assembly: Syncfusion.SfTreeMap.iOS.dll
    Syntax
    public class SFLeafItemSetting : NSObject

    Constructors

    SFLeafItemSetting()

    Initializes a new instance of the SFLeafItemSetting class.

    Declaration
    public SFLeafItemSetting()

    Properties

    BorderColor

    Gets or sets the color of the border.

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

    BorderWidth

    Gets or sets the width of the border.

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

    Gap

    Gets or sets the distance between the leaf nodes.

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

    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

    OverflowMode

    Gets or sets the OverflowMode of label.

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

    ShowLabels

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

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