ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / Dock Enumeration

In This Topic
    Dock Enumeration
    In This Topic
    Specifies item alignment
    Syntax
    'Declaration
     
    Public Enum Dock 
       Inherits System.Enum
    public enum Dock : System.Enum 
    Members
    MemberDescription
    BottomControl will be aligned to the bottom side
    LeftControl will be aligned to the left side
    RightControl will be aligned to the right side
    TopControl will be aligned to the top side
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Model.Dock

    See Also