Show / Hide Table of Contents

Class FixedCount

Inheritance
Object
FixedCount
FixedColumnCount
FixedRowCount
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public abstract class FixedCount : GridLayoutGroup.Modifier

Fields

| Improve this Doc View Source

CountProperty

Backing store for the Count property.

Declaration
public static readonly BindableProperty CountProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

Constraint

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
| Improve this Doc View Source

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 Source

InitializeBodyInMainThread()

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