Class LayoutElement
A
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public class LayoutElement : Behaviour<UnityEngine.UI.LayoutElement>
Fields
| Improve this Doc View SourceFlexibleHeightProperty
Backing store for the FlexibleHeight property.
Declaration
public static readonly BindableProperty FlexibleHeightProperty
Field Value
Type | Description |
---|---|
BindableProperty |
FlexibleWidthProperty
Backing store for the FlexibleWidth property.
Declaration
public static readonly BindableProperty FlexibleWidthProperty
Field Value
Type | Description |
---|---|
BindableProperty |
IgnoreLayoutProperty
Backing store for the IgnoreLayout property.
Declaration
public static readonly BindableProperty IgnoreLayoutProperty
Field Value
Type | Description |
---|---|
BindableProperty |
LayoutPriorityProperty
Backing store for the LayoutPriority property.
Declaration
public static readonly BindableProperty LayoutPriorityProperty
Field Value
Type | Description |
---|---|
BindableProperty |
MinHeightProperty
Backing store for the MinHeight property.
Declaration
public static readonly BindableProperty MinHeightProperty
Field Value
Type | Description |
---|---|
BindableProperty |
MinWidthProperty
Backing store for the MinWidth property.
Declaration
public static readonly BindableProperty MinWidthProperty
Field Value
Type | Description |
---|---|
BindableProperty |
PreferredHeightProperty
Backing store for the PreferredHeight property.
Declaration
public static readonly BindableProperty PreferredHeightProperty
Field Value
Type | Description |
---|---|
BindableProperty |
PreferredWidthProperty
Backing store for the PreferredWidth property.
Declaration
public static readonly BindableProperty PreferredWidthProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Improve this Doc View SourceFlexibleHeight
A property that represents UnityEngine.UI.LayoutElement.flexibleHeight.
Declaration
public float FlexibleHeight { get; set; }
Property Value
Type | Description |
---|---|
Single |
FlexibleWidth
A property that represents UnityEngine.UI.LayoutElement.flexibleWidth.
Declaration
public float FlexibleWidth { get; set; }
Property Value
Type | Description |
---|---|
Single |
IgnoreLayout
A property that represents UnityEngine.UI.LayoutElement.ignoreLayout.
Declaration
public bool IgnoreLayout { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
LayoutPriority
A property that represents UnityEngine.UI.LayoutElement.layoutPriority.
Declaration
public int LayoutPriority { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
MinHeight
A property that represents UnityEngine.UI.LayoutElement.minHeight.
Declaration
public float MinHeight { get; set; }
Property Value
Type | Description |
---|---|
Single |
MinWidth
A property that represents UnityEngine.UI.LayoutElement.minWidth.
Declaration
public float MinWidth { get; set; }
Property Value
Type | Description |
---|---|
Single |
PreferredHeight
A property that represents UnityEngine.UI.LayoutElement.preferredHeight.
Declaration
public float PreferredHeight { get; set; }
Property Value
Type | Description |
---|---|
Single |
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 SourceAwakeInMainThread()
Declaration
protected override void AwakeInMainThread()