Enum ShapePositionType
- Namespace
- GrapeCity.Documents.Word
- Assembly
- GcDocs.Word.dll
Specifies how a shape position is calculated.
public enum ShapePositionType
Fields
Alignment = 0
The position is determined by the Alignment property value.
Percent = 2
The position is determined by the Offset property value in percent.
Points = 1
The position is determined by the Offset property value in points.