Share via


UISegmentedControl.Momentary Property

Definition

Determines if segments show the selected state.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Momentary { [Foundation.Export("isMomentary")] get; [Foundation.Export("setMomentary:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isMomentary")>]
[<set: Foundation.Export("setMomentary:")>]
member this.Momentary : bool with get, set

Property Value

Attributes

Remarks

Default is false, which means the segments will show their selected state.

Applies to