Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / SlideShowCellType Class / ImageTitleLabelID Property


In This Topic
    ImageTitleLabelID Property
    In This Topic
    Gets or sets the identifier of the label that displays the current slide title.
    Syntax
    'Declaration
     
    
    Public Property ImageTitleLabelID As String
    'Usage
     
    
    Dim instance As SlideShowCellType
    Dim value As String
     
    instance.ImageTitleLabelID = value
     
    value = instance.ImageTitleLabelID
    public string ImageTitleLabelID {get; set;}

    Property Value

    String containing the identifier
    See Also