RangeBase.MinimumProperty Property

Definition

Identifies the Minimum dependency property.

public:
 static property DependencyProperty ^ MinimumProperty { DependencyProperty ^ get(); };
static DependencyProperty MinimumProperty();
public static DependencyProperty MinimumProperty { get; }
var dependencyProperty = RangeBase.minimumProperty;
Public Shared ReadOnly Property MinimumProperty As DependencyProperty

Property Value

The identifier for the Minimum dependency property.

Applies to