Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SiblingSpace

    Represents a SiblingSpace between layout node.

    Inheritance
    System.Object
    SiblingSpace
    Namespace: Syncfusion.SfDiagram.iOS
    Assembly: Syncfusion.SfDiagram.iOS.dll
    Syntax
    public class SiblingSpace : Object

    Constructors

    SiblingSpace(Single, Single)

    Initializes a new instance of the SiblingSpace class.

    Declaration
    public SiblingSpace(float previous, float next)
    Parameters
    Type Name Description
    System.Single previous

    Previous space value of the node.

    System.Single next

    Next space value of the node.

    Properties

    Next

    Gets or sets the next space value of the node.

    Declaration
    public float Next { get; set; }
    Property Value
    Type Description
    System.Single

    Defines Node Next Space.

    Previous

    Gets or sets the previous space value of the node.

    Declaration
    public float Previous { get; set; }
    Property Value
    Type Description
    System.Single

    Defines Node Previous Space.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved