共用方式為


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)

適用於