Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / DayPadding Property


In This Topic
    DayPadding Property
    In This Topic
    Gets or sets the padding of the day slots.
    Syntax
    'Declaration
     
    
    Public Property DayPadding As UIKit.UIEdgeInsets
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As UIKit.UIEdgeInsets
     
    instance.DayPadding = value
     
    value = instance.DayPadding
    public UIKit.UIEdgeInsets DayPadding {get; set;}
    See Also