Defines whether shape positioning uses a numeric offset or an alignment mode.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Shapes
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public enum PositionValueType
Fields
Position is specified using alignment (left, center, right, etc.).
C#
Alignment = 1
Position is specified as a numeric offset in device-independent pixels.
C#
Offset = 0