Int32Rect.Empty 속성

정의

위치와 넓이가 없는 사각형을 나타내는 특수 값인 빈 사각형을 가져옵니다.

public:
 static property System::Windows::Int32Rect Empty { System::Windows::Int32Rect get(); };
public static System.Windows.Int32Rect Empty { get; }
member this.Empty : System.Windows.Int32Rect
Public Shared ReadOnly Property Empty As Int32Rect

속성 값

Int32Rect

위치와 넓이가 없는 빈 사각형입니다.

설명

이 속성은 0을 사용 하 여 모든 매개 변수 값에 대 한 생성자를 호출 합니다.

XAML 특성 사용

<object property="Empty" />  

XAML 값

property
허용 하는 속성을 Int32Rect 값입니다.

적용 대상