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

In This Topic
    Name Property (ShapeBase)
    In This Topic
    Gets or sets the current shape name.

    Typically, this is used to store the original file name of the shape.

    Syntax
    'Declaration
     
    Public Overridable Property Name As System.String
    public virtual System.string Name {get; set;}
    See Also