다음을 통해 공유


VisualElement.Frame 속성

정의

이 요소가 화면에 있는 프레임을 가져오거나 설정합니다.

public:
 property Microsoft::Maui::Graphics::Rect Frame { Microsoft::Maui::Graphics::Rect get(); void set(Microsoft::Maui::Graphics::Rect value); };
public Microsoft.Maui.Graphics.Rect Frame { get; set; }
member this.Frame : Microsoft.Maui.Graphics.Rect with get, set
Public Property Frame As Rect

속성 값

구현

설명

이 속성을 외부로 ArrangeOverride(Rect) 설정해도 아무 작업도 수행되지 않습니다. 이 속성에 영향을 주려면 재정의해야 합니다. ArrangeOverride(Rect)

적용 대상