ViewItem.SelectionFrameBounds-Eigenschaft

Ruft die Begrenzung des Auswahlframes ab.

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

Eigenschaftswert

Typ: System.Windows.Rect
Ein Rect, das den Auswahlframe für das aktuelle ViewItem darstellt.

Hinweise

Verwenden Sie diese Eigenschaft zur Platzierung und Zeichnung von Auswahlziehpunkten.

.NET Framework-Sicherheit

Siehe auch

Referenz

ViewItem Klasse

Microsoft.Windows.Design.Interaction-Namespace