Gets the logical size of the frame.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Size Size { get; }
Public ReadOnly Property Size As Size
Get
member Size : Size with get
Property Value
Type:
SizeThe logical size of the frame.
See Also