Inheritance
System.Object
RenderFractionallySizedOverflowBox
public class RenderFractionallySizedOverflowBox : RenderAligningShiftedBox, HitTestTarget, RenderObjectWithChildMixin<RenderBox>, RenderObjectWithChildMixin
Constructors
Declaration
public RenderFractionallySizedOverflowBox(RenderBox child = null, float? widthFactor = default(float? ), float? heightFactor = default(float? ), Alignment alignment = null)
Parameters
Type |
Name |
Description |
RenderBox |
child |
|
System.Nullable<System.Single> |
widthFactor |
|
System.Nullable<System.Single> |
heightFactor |
|
Alignment |
alignment |
|
Fields
Declaration
public float? _heightFactor
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public float? _widthFactor
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Properties
Declaration
public float? heightFactor { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public float? widthFactor { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Methods
Declaration
public BoxConstraints _getInnerConstraints(BoxConstraints constraints)
Parameters
Returns
Declaration
protected override float computeMaxIntrinsicHeight(float width)
Parameters
Type |
Name |
Description |
System.Single |
width |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Declaration
protected override float computeMaxIntrinsicWidth(float height)
Parameters
Type |
Name |
Description |
System.Single |
height |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Declaration
protected override float computeMinIntrinsicHeight(float width)
Parameters
Type |
Name |
Description |
System.Single |
width |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Declaration
protected override float computeMinIntrinsicWidth(float height)
Parameters
Type |
Name |
Description |
System.Single |
height |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Declaration
protected override void performLayout()
Overrides