FindNextElementOptions.ExclusionRect 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定周框,其中所有重迭導覽候選項目都會從流覽焦點中排除。
public:
property Rect ExclusionRect { Rect get(); void set(Rect value); };
Rect ExclusionRect();
void ExclusionRect(Rect value);
public Rect ExclusionRect { get; set; }
var rect = findNextElementOptions.exclusionRect;
findNextElementOptions.exclusionRect = rect;
Public Property ExclusionRect As Rect
屬性值
週框。
備註
可能的候選項目是使用周框做為參考來計算。 這個矩形可讓您指定另一個參考,而不是焦點元素。
這個矩形只適用於計算,而不會新增到視覺化樹狀結構。