DualScreenInfo.SpanningBounds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
跨兩個區域時,這將會傳回每個區域的 Rect。 如果不跨越,這將會傳回空陣列。
public:
property cli::array <Microsoft::Maui::Graphics::Rect> ^ SpanningBounds { cli::array <Microsoft::Maui::Graphics::Rect> ^ get(); void set(cli::array <Microsoft::Maui::Graphics::Rect> ^ value); };
public Microsoft.Maui.Graphics.Rect[] SpanningBounds { get; set; }
member this.SpanningBounds : Microsoft.Maui.Graphics.Rect[] with get, set
Public Property SpanningBounds As Rect()
屬性值
Rect[]