Share via


ViewItem.SelectionFrameBounds Property

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

See Also

Reference

ViewItem Class

Microsoft.Windows.Design.Interaction Namespace