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