Enum representing the position of the origin point relative to the element
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public enum OriginPointPosition
Fields
C#
BottomLeft = 1
C#
BottomRight = 3
C#
TopLeft = 0
C#
TopRight = 2