Share via


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

See Also

Reference

ViewItem Class

Microsoft.Windows.Design.Interaction Namespace