ViewItem.RenderSizeBounds Property
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 RenderSizeBounds As Rect
Get
public abstract Rect RenderSizeBounds { get; }
public:
virtual property Rect RenderSizeBounds {
Rect get () abstract;
}
abstract RenderSizeBounds : Rect
abstract function get RenderSizeBounds () : Rect
Property Value
Type: System.Windows.Rect
A Rect that represents the render size and offset relative to the logical parent.
Remarks
Use this property to determine where an element is being rendered.
.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.