[]
        
(Showing Draft Content)

C1.Android.Core.C1Rect.Size

Size Property

Size

Gets or sets the width and height of the rectangle.

Declaration
public C1Size Size { get; set; }
Public Property Size As C1Size
Property Value
Type Description
C1Size

A System.Windows.Size structure that specifies the width and height of the rectangle.

Exceptions
Type Condition
InvalidOperationException

System.Windows.Rect.Size is set on an System.Windows.Rect.Empty rectangle.