Inheritance
System.Object
RenderConstrainedOverflowBox
public class RenderConstrainedOverflowBox : RenderAligningShiftedBox, HitTestTarget, RenderObjectWithChildMixin<RenderBox>, RenderObjectWithChildMixin
Constructors
Declaration
public RenderConstrainedOverflowBox(RenderBox child = null, float? minWidth = default(float? ), float? maxWidth = default(float? ), float? minHeight = default(float? ), float? maxHeight = default(float? ), Alignment alignment = null)
Parameters
Type |
Name |
Description |
RenderBox |
child |
|
System.Nullable<System.Single> |
minWidth |
|
System.Nullable<System.Single> |
maxWidth |
|
System.Nullable<System.Single> |
minHeight |
|
System.Nullable<System.Single> |
maxHeight |
|
Alignment |
alignment |
|
Fields
Declaration
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Properties
Declaration
public float? maxHeight { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public float? maxWidth { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public float? minHeight { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public float? minWidth { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
protected override bool sizedByParent { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
Declaration
public BoxConstraints _getInnerConstraints(BoxConstraints constraints)
Parameters
Returns
Declaration
protected override void performLayout()
Overrides
Declaration
protected override void performResize()
Overrides