Gets or sets the size of the char box.
public Size Size {get; set;}
'Declaration
Public Property Size As Size
'Usage
Dim instance As CharBox
Dim value As Size
instance.Size = value
value = instance.Size
Property Value
A
Size indicates the size of the char box.