Inheritance
System.Object
RenderBaseline
public class RenderBaseline : RenderShiftedBox, HitTestTarget, RenderObjectWithChildMixin<RenderBox>, RenderObjectWithChildMixin
Constructors
RenderBaseline(RenderBox, Single, TextBaseline)
Declaration
public RenderBaseline(RenderBox child = null, float baseline = 0F, TextBaseline baselineType = TextBaseline.alphabetic)
Parameters
Fields
Declaration
Field Value
Type |
Description |
System.Single |
|
Declaration
public TextBaseline _baselineType
Field Value
Properties
Declaration
public float baseline { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public TextBaseline baselineType { get; set; }
Property Value
Methods
Declaration
protected override void performLayout()
Overrides