Show / Hide Table of Contents

Class LayoutElement

A that represents UnityEngine.UI.LayoutElement.

Inheritance
Object
LayoutElement
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public class LayoutElement : Behaviour<UnityEngine.UI.LayoutElement>

Fields

| Improve this Doc View Source

FlexibleHeightProperty

Backing store for the FlexibleHeight property.

Declaration
public static readonly BindableProperty FlexibleHeightProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

FlexibleWidthProperty

Backing store for the FlexibleWidth property.

Declaration
public static readonly BindableProperty FlexibleWidthProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

IgnoreLayoutProperty

Backing store for the IgnoreLayout property.

Declaration
public static readonly BindableProperty IgnoreLayoutProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

LayoutPriorityProperty

Backing store for the LayoutPriority property.

Declaration
public static readonly BindableProperty LayoutPriorityProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

MinHeightProperty

Backing store for the MinHeight property.

Declaration
public static readonly BindableProperty MinHeightProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

MinWidthProperty

Backing store for the MinWidth property.

Declaration
public static readonly BindableProperty MinWidthProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

PreferredHeightProperty

Backing store for the PreferredHeight property.

Declaration
public static readonly BindableProperty PreferredHeightProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

PreferredWidthProperty

Backing store for the PreferredWidth property.

Declaration
public static readonly BindableProperty PreferredWidthProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

FlexibleHeight

A property that represents UnityEngine.UI.LayoutElement.flexibleHeight.

Declaration
public float FlexibleHeight { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

FlexibleWidth

A property that represents UnityEngine.UI.LayoutElement.flexibleWidth.

Declaration
public float FlexibleWidth { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

IgnoreLayout

A property that represents UnityEngine.UI.LayoutElement.ignoreLayout.

Declaration
public bool IgnoreLayout { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

LayoutPriority

A property that represents UnityEngine.UI.LayoutElement.layoutPriority.

Declaration
public int LayoutPriority { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

MinHeight

A property that represents UnityEngine.UI.LayoutElement.minHeight.

Declaration
public float MinHeight { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

MinWidth

A property that represents UnityEngine.UI.LayoutElement.minWidth.

Declaration
public float MinWidth { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

PreferredHeight

A property that represents UnityEngine.UI.LayoutElement.preferredHeight.

Declaration
public float PreferredHeight { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

PreferredWidth

A property that represents UnityEngine.UI.LayoutElement.preferredWidth.

Declaration
public float PreferredWidth { get; set; }
Property Value
Type Description
Single

Methods

| Improve this Doc View Source

AwakeInMainThread()

Declaration
protected override void AwakeInMainThread()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX