alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class LayoutStyle

    Theme LayoutStyle.

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

    Constructors

    LayoutStyle(List<NodeStyle>, LineStyle, ApplyNodeStyleBy, Boolean)

    Initializes a new instance of the LayoutStyle class.

    Declaration
    public LayoutStyle(List<NodeStyle> nodeStyle, LineStyle lineStyle, ApplyNodeStyleBy applyNodeStyleBy, bool isRepeat)
    Parameters
    Type Name Description
    System.Collections.Generic.List<NodeStyle> nodeStyle

    Node style.

    LineStyle lineStyle

    Line style.

    ApplyNodeStyleBy applyNodeStyleBy

    Apply to.

    System.Boolean isRepeat

    If set to true repeat.

    Properties

    ApplyNodeStyleBy

    Gets or sets the ApplyNodeStyleBy.

    Declaration
    public ApplyNodeStyleBy ApplyNodeStyleBy { get; set; }
    Property Value
    Type Description
    ApplyNodeStyleBy

    The ApplyNodeStyleBy.

    IsRepeat

    Gets or sets a value indicating whether this LayoutStyle is repeat.

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

    true if repeat; otherwise, false.

    LineStyle

    Gets the line style.

    Declaration
    public LineStyle LineStyle { get; }
    Property Value
    Type Description
    LineStyle

    The line style.

    NodeStyle

    Gets the node style.

    Declaration
    public List<NodeStyle> NodeStyle { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<NodeStyle>

    The node style.

    Methods

    Dispose()

    Releases all resource used by the LayoutStyle object.

    Declaration
    public void Dispose()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved