CSSearchableItemAttributeSet.Orientation 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 that represents the orientation of image item data.
public virtual Foundation.NSNumber Orientation { [Foundation.Export("orientation", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setOrientation:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.Orientation : Foundation.NSNumber with get, set
Property Value
1
indicates portrait mode. 0
indicates landscape mode.
This value can be null
.
- Attributes