Class StackParentData
Inheritance
StackParentData
Inherited Members
Namespace: Unity.UIWidgets.rendering
Syntax
public class StackParentData : ContainerParentDataMixinBoxParentData<RenderBox>, ContainerParentDataMixin<RenderBox>
Fields
bottom
Declaration
public float? bottom
Field Value
Type | Description |
---|---|
Nullable<Single> |
height
Declaration
public float? height
Field Value
Type | Description |
---|---|
Nullable<Single> |
left
Declaration
public float? left
Field Value
Type | Description |
---|---|
Nullable<Single> |
right
Declaration
public float? right
Field Value
Type | Description |
---|---|
Nullable<Single> |
top
Declaration
public float? top
Field Value
Type | Description |
---|---|
Nullable<Single> |
width
Declaration
public float? width
Field Value
Type | Description |
---|---|
Nullable<Single> |
Properties
isPositioned
Declaration
public bool isPositioned { get; }
Property Value
Type | Description |
---|---|
Boolean |