ViewItem.LayoutRect Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the layout rectangle for the view.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property LayoutRect As Rect
Get
'Usage
Dim instance As ViewItem
Dim value As Rect
value = instance.LayoutRect
public abstract Rect LayoutRect { get; }
public:
virtual property Rect LayoutRect {
Rect get () abstract;
}
abstract function get LayoutRect () : Rect
abstract LayoutRect : Rect
Property Value
Type: System.Windows.Rect
A Rect that represents the render size and offset relative to the logical parent.
.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.