C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Style Class / FlowAlign Property

In This Topic
FlowAlign Property
In This Topic
Gets or sets the alignment of the current style's owner object within its container in a block flow.
Syntax
'Declaration
 
Public Property FlowAlign As FlowAlignEnum
 
Remarks
This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is FlowAlignEnum.Default.

See Also