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