ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DateTimePicker Class / CornerRadius Property

In This Topic
    CornerRadius Property (C1DateTimePicker)
    In This Topic
    Gets or sets a value that represents the degree to which the corners of the element are rounded.
    Syntax
    'Declaration
     
    Public Property CornerRadius As Windows.UI.Xaml.CornerRadius
    public Windows.UI.Xaml.CornerRadius CornerRadius {get; set;}
    See Also