'Declaration
<System.ComponentModel.CategoryAttribute("Frame")> <System.ComponentModel.DescriptionAttribute("Controls the type of the background frame.")> Public Property FrameStyle As NFrameStyle
'Usage
Dim instance As NBackgroundStyle Dim value As NFrameStyle instance.FrameStyle = value value = instance.FrameStyle
[System.ComponentModel.Category("Frame")] [System.ComponentModel.Description("Controls the type of the background frame.")] public NFrameStyle FrameStyle {get; set;}