UIScrollView.ScrollIndicatorInsets 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
捲軸指標的內嵌距離捲動檢視邊緣有多遠。
public virtual UIKit.UIEdgeInsets ScrollIndicatorInsets { [Foundation.Export("scrollIndicatorInsets")] get; [Foundation.Export("setScrollIndicatorInsets:")] set; }
member this.ScrollIndicatorInsets : UIKit.UIEdgeInsets with get, set
屬性值
預設值是 Zero
- 屬性
備註
如果應用程式開發人員將 設定 ContentInset 為預設值 Zero 以外的值,開發人員通常也會想要將此屬性設定為相同的 UIEdgeInsets 值,讓捲動指標出現在捲動內容附近,而不會與放在內嵌區域內的專案重迭。