MESCIUS.ActiveReports Assembly / DDCssLib Namespace / ddVerticalAlignTypes Enumeration

ddVerticalAlignTypes Enumeration
Enum values for the StyleSheetRule.VerticalAlign property.
Syntax
'Declaration
 
Public Enum ddVerticalAlignTypes 
   Inherits 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