'Declaration
<System.ComponentModel.DefaultValueAttribute(2)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating the offset of the selected tab.")> Public Property SelectedTabOffset As System.Integer
'Usage
Dim instance As NTabStrip Dim value As System.Integer instance.SelectedTabOffset = value value = instance.SelectedTabOffset
[System.ComponentModel.DefaultValue(2)] [System.ComponentModel.Description("Gets/sets a value indicating the offset of the selected tab.")] public System.int SelectedTabOffset {get; set;}