menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutStyle - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayoutStyle

    Represents a LayoutStyle which is used to represent a style for layout element .

    Inheritance
    System.Object
    LayoutStyle
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.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 applyTo, bool isRepeat)
    Parameters
    Type Name Description
    System.Collections.Generic.List<NodeStyle> nodeStyle

    Node style.

    LineStyle lineStyle

    Line style.

    ApplyNodeStyleBy applyTo

    Apply node style by.

    System.Boolean isRepeat

    If set to true repeat.

    Properties

    ApplyNodeStyleBy

    Gets or sets the apply to.

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

    The apply to.

    IsRepeat

    Gets or sets a value indicating whether this Syncfusion.SfDiagram.iOS.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()

    Define the Dispose method.

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