'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gives you access to the NBackplane object of the text.")> Public Property BackplaneStyle As NBackplaneStyle
'Usage
Dim instance As NTextStyle Dim value As NBackplaneStyle instance.BackplaneStyle = value value = instance.BackplaneStyle
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gives you access to the NBackplane object of the text.")] public NBackplaneStyle BackplaneStyle {get; set;}