Gets or sets the name of the property on the child control which controls the minimum value that can be entered directly. The default is "Minimum". This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public string MinimumProperty { get; set; }
Visual Basic (Declaration)
Public Property MinimumProperty As String

Remarks

Dependency Property Information
Identifier field MinimumPropertyProperty
Metadata properties set to true None

See Also