PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / Style Class / FlowAlign Property

In This Topic
    FlowAlign Property (Style)
    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
    public FlowAlignEnum FlowAlign {get; set;}
    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