共用方式為


DualScreenInfo.SpanningBounds 屬性

定義

跨兩個區域時,這將會傳回每個區域的 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[]

適用於