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 종속성 속성의 식별자입니다.

적용 대상