FrameworkElement.MinWidthProperty 属性

定义

标识 MinWidth 依赖属性。

public:
 static property DependencyProperty ^ MinWidthProperty { DependencyProperty ^ get(); };
static DependencyProperty MinWidthProperty();
public static DependencyProperty MinWidthProperty { get; }
var dependencyProperty = FrameworkElement.minWidthProperty;
Public Shared ReadOnly Property MinWidthProperty As DependencyProperty

属性值

MinWidth 依赖属性的标识符。

适用于