Enum RelativeVerticalAlignment
This type contains the possible settings specifying how the shape may be vertically aligned relative to the vertical alignment base defined by the parent element.
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum RelativeVerticalAlignment
Bottom
Specifies that the object shall be at the bottom of the vertical alignment base.
Center
Specifies that the object shall be centered with respect to the vertical alignment base.
Inside
Specifies that the object shall be inside of the vertical alignment base.
Outside
Specifies that the object shall be outside of the vertical alignment base.
Top
Specifies that the object shall be at the top of the vertical alignment base.