Share via


UITableView.UITableViewAppearance.SeparatorEffect Property

Definition

Gets or sets the visual effect to use for separators.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIVisualEffect SeparatorEffect { [Foundation.Export("separatorEffect", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSeparatorEffect:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("separatorEffect", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setSeparatorEffect:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.SeparatorEffect : UIKit.UIVisualEffect with get, set

Property Value

Attributes

Applies to