Implicit Type Conversion Operator (SizeProperty)
Implicit cast of Size to SizeProperty.
Remarks
This is the same as calling a new SizeProperty(Size).

C# Syntax

public SizeProperty operator implicit( 
   Size size
)

Parameters

size
The Size instance to be cast to SizeProperty.