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