PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / Stacking Property

In This Topic
    Stacking Property (SampleC1PrintDocument)
    In This Topic
    Gets or sets the top-level stacking rule for the document body.

    The default value is C1.C1Preview.StackingRulesEnum.BlockTopToBottom.

    Syntax
    'Declaration
     
    Public Property Stacking As StackingRulesEnum
    public StackingRulesEnum Stacking {get; set;}
    See Also