SizeProperty Constructor(Size)
Initializes a new instance of the SizeProperty class with width and height values.

C# Syntax

public SizeProperty( 
   Size size
)

Parameters

size
The Width, Height values to initialize the the SizeProperty.