Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotPresenter Class / ContentDescription Property


In This Topic
    ContentDescription Property (CalendarSlotPresenter)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ContentDescription As String
    'Usage
     
    
    Dim instance As CalendarSlotPresenter
    Dim value As String
     
    instance.ContentDescription = value
     
    value = instance.ContentDescription
    public string ContentDescription {get; set;}
    See Also