'Declaration
<System.ComponentModel.DescriptionAttribute("Gets or sets the alignment of the tabs.")> Public Property TabAlign As TabAlign
'Usage
Dim instance As NDocumentStyle Dim value As TabAlign instance.TabAlign = value value = instance.TabAlign
[System.ComponentModel.Description("Gets or sets the alignment of the tabs.")] public TabAlign TabAlign {get; set;}