VisualElement.Frame 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個項目位於畫面上的框架。
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)