Describes how elements are vertically aligned in a line.
Namespace:
C1.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
| C# |
|---|
public enum C1VerticalAlignment |
| Visual Basic |
|---|
Public Enumeration C1VerticalAlignment |
Members
| Member name | Description | |
|---|---|---|
| Baseline | The baseline of the element is aligned with the baseline of the parent box. | |
| Top | The top of the element is aligned with the top 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. | |
| Super | The baseline of the element is aligned with the superscript baseline for its size. | |
| Sub | The baseline of the element is aligned with the subscript baseline for its size. |