TimePicker.TimeProperty Property

Definition

Gets the identifier for the Time dependency property.

public:
 static property DependencyProperty ^ TimeProperty { DependencyProperty ^ get(); };
static DependencyProperty TimeProperty();
public static DependencyProperty TimeProperty { get; }
var dependencyProperty = TimePicker.timeProperty;
Public Shared ReadOnly Property TimeProperty As DependencyProperty

Property Value

The identifier for the Time dependency property.

Applies to