ComponentOne RichTextBox for WPF and Silverlight
C1VerticalAlignment Enumeration

C1.Silverlight.RichTextBox.Documents Namespace : C1VerticalAlignment Enumeration
Describes how elements are vertically aligned in a line.
Syntax
'Declaration
 
Public Enum C1VerticalAlignment 
   Inherits System.Enum
public enum C1VerticalAlignment : System.Enum 
Members
MemberDescription
BaselineThe baseline of the element is aligned with the baseline of the parent box.
BottomThe bottom of the element is aligned with the bottom of the parent box.
MiddleThe middle of the element is aligned with the baseline plus half the x-height of the parent box.
SubThe baseline of the element is aligned with the subscript baseline for its size.
SuperThe baseline of the element is aligned with the superscript baseline for its size.
TopThe top of the element is aligned with the top of the parent box.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.RichTextBox.Documents.C1VerticalAlignment

See Also

Reference

C1.Silverlight.RichTextBox.Documents Namespace