Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeBase Class / Position Property

In This Topic
    Position Property (ShapeBase)
    In This Topic
    Gets the ShapePosition object that contains properties for positioning the current anchored shape in the document.

    Note that if the current shape is an inline shape, this property has no effect.

    Syntax
    'Declaration
     
    Public ReadOnly Property Position As ShapePosition
    public ShapePosition Position {get;}
    See Also