FrameworkElement.MarginProperty 속성

정의

Margin 종속성 속성을 식별합니다.

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

속성 값

Margin 종속성 속성 식별자입니다.

적용 대상