Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the bounds of the selection frame.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property SelectionFrameBounds As Rect
Get
public abstract Rect SelectionFrameBounds { get; }
public:
virtual property Rect SelectionFrameBounds {
Rect get () abstract;
}
abstract SelectionFrameBounds : Rect
abstract function get SelectionFrameBounds () : Rect
Property Value
Type: System.Windows.Rect
A Rect that represents the selection frame for the current ViewItem.
Remarks
Use this property for placement and drawing of selection handles.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.