Gets or sets the type of box.
public int Type {get; set;}
'Declaration
Public Property Type As Integer
'Usage
Dim instance As JPxBox
Dim value As Integer
instance.Type = value
value = instance.Type
public:
property int Type {
int get();
void set ( int value);
}
Property Value
An
System.Int32 value identifying the type of
JPxBox box.