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.
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
- 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.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace