'Declaration
Public Property Shape As C1TabItemShape
'Usage
Dim instance As C1TabItemBorder Dim value As C1TabItemShape instance.Shape = value value = instance.Shape
public C1TabItemShape Shape {get; set;}
public: property C1TabItemShape Shape { C1TabItemShape get(); void set ( C1TabItemShape value); }