VisualElement.Bounds 속성

정의

디바이스 독립적 단위로 요소의 범위를 가져옵니다.

public:
 property Microsoft::Maui::Graphics::Rect Bounds { Microsoft::Maui::Graphics::Rect get(); };
public Microsoft.Maui.Graphics.Rect Bounds { get; }
member this.Bounds : Microsoft.Maui.Graphics.Rect
Public ReadOnly Property Bounds As Rect

속성 값

디바이스 독립적 단위의 요소 범위입니다.

설명

Bounds 는 레이아웃 중에 할당됩니다.

적용 대상

추가 정보