ShareUIOptions
ShareUIOptions
ShareUIOptions
ShareUIOptions
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
This class represents the options that are available to the user when showing the ShareUI.
public : sealed class ShareUIOptions : IShareUIOptionspublic sealed class ShareUIOptions : IShareUIOptionsPublic NotInheritable Class ShareUIOptions Implements IShareUIOptions// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Constructors
Properties
SelectionRect SelectionRect SelectionRect SelectionRect
Prerelease. Gets or sets the selection rectangle.
public : IReference<Rect> SelectionRect { get; set; }public Nullable<Rect> SelectionRect { get; set; }Public ReadWrite Property SelectionRect As Nullable<Rect>// You can use this property in JavaScript.
- Value
- IReference<Rect> Nullable<Rect> Nullable<Rect> Nullable<Rect>
The selection rectangle.