次の方法で共有


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)

適用対象