AdornerPanel.OffsetRect Property

Get or sets the rectangle that defines the adorner panel offset from the adorned control.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Protected Friend Property OffsetRect As Rect
    Get
    Set
protected internal Rect OffsetRect { get; set; }
protected public:
property Rect OffsetRect {
    Rect get ();
    void set (Rect value);
}
member OffsetRect : Rect with get, set
function get OffsetRect () : Rect
function set OffsetRect (value : Rect)

Property Value

Type: System.Windows.Rect
A rectangle that defines the adorner panel offset from the adorned control.

.NET Framework Security

See Also

Reference

AdornerPanel Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Adorner Architecture

Feature Providers and Feature Connectors