Share via


ViewItem.RenderSize Property

Gets the render size of the view.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property RenderSize As Size
    Get
public abstract Size RenderSize { get; }
public:
virtual property Size RenderSize {
    Size get () abstract;
}
abstract RenderSize : Size
abstract function get RenderSize () : Size

Property Value

Type: System.Windows.Size
A Size that represents the render size of the view.

.NET Framework Security

See Also

Reference

ViewItem Class

Microsoft.Windows.Design.Interaction Namespace