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

C# Syntax

public SizeProperty( 
   Size size
)

Parameters

size
The RowCount and ColumnCount values to initialize the SizeProperty.