CSSearchableItemAttributeSet.HasAlphaChannel 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 the color representation used by an image has an alpha channel.
public virtual Foundation.NSNumber HasAlphaChannel { [Foundation.Export("hasAlphaChannel", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setHasAlphaChannel:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.HasAlphaChannel : Foundation.NSNumber with get, set
Property Value
1
indicates that an alpha channel is present. 0
indicates that an alpha channel is not present.
This value can be null
.
- Attributes