UISegmentedControl.Momentary Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if segments show the selected state.
public virtual bool Momentary { [Foundation.Export("isMomentary")] get; [Foundation.Export("setMomentary:")] set; }
member this.Momentary : bool with get, set
Property Value
- Attributes
Remarks
Default is false, which means the segments will show their selected state.