FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / FlexViewerContentAlignment Enumeration

In This Topic
    FlexViewerContentAlignment Enumeration
    In This Topic
    Describes the content alignment for the non-paginated mode.
    Syntax
    'Declaration
     
    Public Enum FlexViewerContentAlignment 
       Inherits System.Enum
    public enum FlexViewerContentAlignment : System.Enum 
    Members
    MemberDescription
    CenterThe contents is centered.
    FarThe contents is aligned to the right.
    NearThe contents is aligned to the left.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexViewer.FlexViewerContentAlignment

    See Also