Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeHorizontalPosition Class / Offset Property

In This Topic
    Offset Property (ShapeHorizontalPosition)
    In This Topic
    Gets or sets the horizontal offset in points or percent according to the Type property value.

    For nested shapes this property value is always relative to the parent shape's GroupShape.ChildrenOffset.

    If the shape is not nested and WrapFormat.Type is WrapType.Inline, this value does not have any effect when displaying the object, but can be maintained and used if the object is subsequently changed to floating.

    Syntax
    'Declaration
     
    Public Property Offset As System.Single
    public System.float Offset {get; set;}
    See Also