Gets the size of the surface, where the UITypeEditor can paint values.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Size EditorPaintValueSize { get; }
Visual Basic
Public ReadOnly Property EditorPaintValueSize As Size
	Get
Visual C++
public:
property Size EditorPaintValueSize {
	Size get ();
}
F#
member EditorPaintValueSize : Size with get

Property Value

Type: Size
The size of the editor paint value.

See Also