CSSearchableItemAttributeSet.FlashOn 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.
Gets or sets a number with Boolean semantics that indicates if flash was used to capture an image.
public virtual Foundation.NSNumber FlashOn { [Foundation.Export("isFlashOn", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setFlashOn:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.FlashOn : Foundation.NSNumber with get, set
Property Value
1
indicates that a flash was used. 0
indicates that no flash was used.
This value can be null
.
- Attributes