'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the style of this frame.")> Public Property Style As BorderStyle3D
'Usage
Dim instance As NStandard3DFrameStyle Dim value As BorderStyle3D instance.Style = value value = instance.Style
[System.ComponentModel.Description("Gets/sets the style of this frame.")] public BorderStyle3D Style {get; set;}