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


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