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