Show / Hide Table of Contents

Class HorizontalOrVerticalLayoutGroup<T>

An abstract class that represents UnityEngine.UI.HorizontalOrVerticalLayoutGroup.

Inheritance
Object
LayoutGroup<T>
HorizontalOrVerticalLayoutGroup<T>
HorizontalLayoutGroup
VerticalLayoutGroup
Inherited Members
LayoutGroup<T>.PaddingLeftProperty
LayoutGroup<T>.PaddingRightProperty
LayoutGroup<T>.PaddingTopProperty
LayoutGroup<T>.PaddingBottomProperty
LayoutGroup<T>.ChildAlignmentProperty
LayoutGroup<T>.PaddingLeft
LayoutGroup<T>.PaddingRight
LayoutGroup<T>.PaddingTop
LayoutGroup<T>.PaddingBottom
LayoutGroup<T>.ChildAlignment
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public abstract class HorizontalOrVerticalLayoutGroup<T> : LayoutGroup<T> where T : UnityEngine.UI.HorizontalOrVerticalLayoutGroup
Type Parameters
Name Description
T

Fields

| Improve this Doc View Source

ChildControlHeightProperty

Backing store for the ChildControlHeight property.

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

ChildControlWidthProperty

Backing store for the ChildControlWidth property.

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

ChildForceExpandHeightProperty

Backing store for the ChildForceExpandHeight property.

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

ChildForceExpandWidthProperty

Backing store for the ChildForceExpandWidth property.

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

SpacingProperty

Backing store for the Spacing property.

Declaration
public static readonly BindableProperty SpacingProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

ChildControlHeight

A property that represents UnityEngine.UI.HorizontalOrVerticalLayoutGroup.childControlHeight.

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

ChildControlWidth

A property that represents UnityEngine.UI.HorizontalOrVerticalLayoutGroup.childControlWidth.

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

ChildForceExpandHeight

A property that represents UnityEngine.UI.HorizontalOrVerticalLayoutGroup.childForceExpandHeight.

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

ChildForceExpandWidth

A property that represents UnityEngine.UI.HorizontalOrVerticalLayoutGroup.childForceExpandWidth.

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

Spacing

A property that represents UnityEngine.UI.HorizontalOrVerticalLayoutGroup.spacing.

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

Methods

| Improve this Doc View Source

AwakeInMainThread()

Declaration
protected override void AwakeInMainThread()
Overrides
Mux.Markup.LayoutGroup<T>.AwakeInMainThread()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX