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


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

    Property Value

    String containing the identifier
    See Also