Class Center
Inheritance
System.Object
Center
Inherited Members
Namespace: Unity.UIWidgets.widgets
Syntax
public class Center : Align
Constructors
Center(Key, Nullable<Single>, Nullable<Single>, Widget)
Declaration
public Center(Key key = null, float? widthFactor = default(float? ), float? heightFactor = default(float? ), Widget child = null)
Parameters
Type | Name | Description |
---|---|---|
Key | key | |
System.Nullable<System.Single> | widthFactor | |
System.Nullable<System.Single> | heightFactor | |
Widget | child |