Class FlowContainer
public class FlowContainer : Container
- Inheritance
-
FlowContainer
- Derived
- Inherited Members
Constructors
FlowContainer(double)
public FlowContainer(double width)
Parameters
width
double
Properties
BBox
Gets the bounding box of the report object.
public override Rect BBox { get; }
Property Value
Box
Gets the box of the report object.
public override Rect Box { get; }
Property Value
Height
Gets the height of the report object.
public override double Height { get; }
Property Value
MinBottomPos
public double? MinBottomPos { get; set; }