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

In This Topic
    MinTimeEditorWidth Property
    In This Topic
    Gets or sets minimum width constraint of the time editor part.
    Syntax
    'Declaration
     
    Public Property MinTimeEditorWidth As System.Double
    public System.double MinTimeEditorWidth {get; set;}
    See Also