ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / ddVerticalAlignTypes Enumeration

In This Topic
    ddVerticalAlignTypes Enumeration
    In This Topic
    Enum values for the StyleSheetRule.VerticalAlign property.
    Syntax
    'Declaration
     
    Public Enum ddVerticalAlignTypes 
       Inherits System.Enum
    public enum ddVerticalAlignTypes : System.Enum 
    Members
    MemberDescription
    BaseLineBase line
    BottomBottom
    InheritInherit
    MiddleMiddle
    SubSub
    SuperSuper
    TextBottomText bottom
    TextTopText top
    TopTop
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DDCssLib.ddVerticalAlignTypes

    See Also