XamlRoot.Size プロパティ

定義

コンテンツ領域の幅と高さを取得します。

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

プロパティ値

コンテンツ領域の幅と高さ。

適用対象