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 はレイアウト中に割り当てられます。

適用対象

こちらもご覧ください