FrameworkElement.MinHeightProperty 属性

定义

标识 MinHeight 依赖属性。

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

属性值

MinHeight 依赖属性的标识符。

适用于