ColorPicker.MinValueProperty 属性

定义

标识 MinValue 依赖属性。

适用于 UWP 的等效 WinUI 2 APImicrosoft.UI.Xaml.Controls.ColorPicker.MinValueProperty (Windows 应用 SDK中,请参阅Windows 应用 SDK命名空间) 。

public:
 static property DependencyProperty ^ MinValueProperty { DependencyProperty ^ get(); };
static DependencyProperty MinValueProperty();
public static DependencyProperty MinValueProperty { get; }
var dependencyProperty = ColorPicker.minValueProperty;
Public Shared ReadOnly Property MinValueProperty As DependencyProperty

属性值

MinValue 依赖属性的标识符。

适用于