Class FixedCount
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public abstract class FixedCount : GridLayoutGroup.Modifier
Fields
| Improve this Doc View SourceCountProperty
Backing store for the Count property.
Declaration
public static readonly BindableProperty CountProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Improve this Doc View SourceConstraint
A property that represents UnityEngine.UI.GridLayoutGroup.constraint.
Declaration
protected abstract UnityEngine.UI.GridLayoutGroup.Constraint Constraint { get; }
Property Value
Type | Description |
---|---|
UnityEngine.UI.GridLayoutGroup.Constraint |
Count
A property that represents UnityEngine.UI.GridLayoutGroup.constraintCount.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
This is the content property; you do not have to specify the property name in XAML.
Methods
| Improve this Doc View SourceInitializeBodyInMainThread()
Declaration
protected override sealed void InitializeBodyInMainThread()