FrameworkElement.WidthProperty 属性

定义

标识 Width 依赖属性。

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

属性值

Width 依赖属性的标识符。

适用于