ShareUIOptions.SelectionRect 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 the selection rectangle.
public:
property IReference<Rect> ^ SelectionRect { IReference<Rect> ^ get(); void set(IReference<Rect> ^ value); };
IReference<Rect> SelectionRect();
void SelectionRect(IReference<Rect> value);
public System.Nullable<Rect> SelectionRect { get; set; }
var iReference = shareUIOptions.selectionRect;
shareUIOptions.selectionRect = iReference;
Public Property SelectionRect As Nullable(Of Rect)
Property Value
The selection rectangle.