ShareUIOptions.SelectionRect Property

Definition

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.

Applies to