Table of Contents

Class TableLayoutColumn

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

Fields

Default

public static readonly TableLayoutColumn Default

Field Value

TableLayoutColumn

Properties

Alignment

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

Property Value

HAlignment

MaxWidth

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

Property Value

float

MinWidth

[Validation.Range(0, Infinity)]
[YuzuMember]
public float MinWidth { 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