Table of Contents

Class LinearLayout

Namespace
Lime
Assembly
Lime.dll
[TangerineMenuPath("Layout/Linear Layout")]
public class LinearLayout : Layout, IDisposable, IAnimable, ILayout
Inheritance
LinearLayout
Implements
Derived
Inherited Members
Extension Methods

Constructors

LinearLayout()

public LinearLayout()

LinearLayout(LayoutDirection)

public LinearLayout(LayoutDirection direction)

Parameters

direction LayoutDirection

Properties

Direction

[YuzuMember]
public LayoutDirection Direction { get; set; }

Property Value

LayoutDirection

Spacing

[YuzuMember]
[Validation.Range(0, 3.4028235E+38)]
public float Spacing { get; set; }

Property Value

float

Methods

ArrangeChildren()

public override void ArrangeChildren()

MeasureSizeConstraints()

public override void MeasureSizeConstraints()