Table of Contents

Class TableLayoutRow

Namespace
Lime
Assembly
Lime.dll
public class TableLayoutRow : Animable, IAnimable
Inheritance
TableLayoutRow
Implements
Inherited Members
Extension Methods

Fields

Default

public static readonly TableLayoutRow Default

Field Value

TableLayoutRow

Properties

Alignment

[YuzuMember]
public VAlignment Alignment { get; set; }

Property Value

VAlignment

MaxHeight

[Validation.Range(0, Infinity)]
[YuzuMember]
public float MaxHeight { get; set; }

Property Value

float

MinHeight

[Validation.Range(0, Infinity)]
[YuzuMember]
public float MinHeight { get; set; }

Property Value

float

Stretch

[Validation.Range(0, Infinity)]
[YuzuMember]
public float Stretch { get; set; }

Property Value

float

Methods

OnOwnerChanged(IAnimable)

protected override void OnOwnerChanged(IAnimable previousOwner)

Parameters

previousOwner IAnimable