Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Title Property


In This Topic
    Title Property (IShapeBase)
    In This Topic
    Gets or sets the title of the alternative text associated with the specified shape
    Syntax
    'Declaration
     
    
    Property Title As String
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As String
     
    instance.Title = value
     
    value = instance.Title
    string Title {get; set;}

    Property Value

    The title of the alternative text.
    See Also