RichTextBox for WinRT
C1VerticalAlignment Enumeration


Describes how elements are vertically aligned in a line.
Syntax
'Declaration
 
Public Enum C1VerticalAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As C1VerticalAlignment
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.Xaml.RichTextBox.Documents.C1VerticalAlignment

Requirements

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

See Also

Reference

C1.Xaml.RichTextBox.Documents Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback