共用方式為


UIScrollView.ScrollIndicatorInsets 屬性

定義

捲軸指標的內嵌距離捲動檢視邊緣有多遠。

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 值,讓捲動指標出現在捲動內容附近,而不會與放在內嵌區域內的專案重迭。

適用於

另請參閱