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