XamlRoot.Size Property

Definition

Gets the width and height of the content area.

public:
 property Size Size { Size get(); };
Size Size();
public Size Size { get; }
var size = xamlRoot.size;
Public ReadOnly Property Size As Size

Property Value

The width and height of the content area.

Applies to