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

In This Topic
    Title Property (ShapeBase)
    In This Topic
    Gets or sets the title (caption) of the current shape.
    Syntax
    'Declaration
     
    Public Overridable Property Title As System.String
    public virtual System.string Title {get; set;}
    See Also