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
- 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.