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

In This Topic
    Size Property (ShapeBase)
    In This Topic
    Gets the ShapeSize object that contains properties for sizing the current shape in the document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Size As ShapeSize
    public ShapeSize Size {get;}
    See Also