Enum RelativeHorizontalAlignment
This type contains the possible settings specifying how the shape may be horizontally aligned relative to the horizontal alignment base defined by the parent element.
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum RelativeHorizontalAlignment
Center
Specifies that the object shall be centered with respect to the horizontal alignment base.
Inside
Specifies that the object shall be inside of the horizontal alignment base.
Left
Specifies that the object shall be left aligned to the horizontal alignment base.
Outside
Specifies that the object shall be outside of the horizontal alignment base.
Right
Specifies that the object shall be right aligned to the horizontal alignment base.