C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderText Class / Stacking Property

In This Topic
Stacking Property (RenderText)
In This Topic
Gets or sets the stacking rules used to arrange the children of the current object.
Syntax
'Declaration
 
Public Property Stacking As StackingRulesEnum
 
Remarks
For block flow, the alignment of child objects within the flow is determined by the value of FlowAlignChildren property on the current object, and the values of FlowAlign properties on the children.
See Also