C1.Silverlight.RichTextBox.Documents Namespace : C1VerticalAlignment Enumeration |
'Declaration
Public Enum C1VerticalAlignment Inherits System.Enum
public enum C1VerticalAlignment : System.Enum
Member | Description |
---|---|
Baseline | The baseline of the element is aligned with the baseline of the parent box. |
Bottom | The bottom of the element is aligned with the bottom of the parent box. |
Middle | The middle of the element is aligned with the baseline plus half the x-height of the parent box. |
Sub | The baseline of the element is aligned with the subscript baseline for its size. |
Super | The baseline of the element is aligned with the superscript baseline for its size. |
Top | The top of the element is aligned with the top of the parent box. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.RichTextBox.Documents.C1VerticalAlignment
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2