'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NBackgroundStyleTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets/sets the style of the background which is used when the image is generated")> Public Property BackgroundStyle As NBackgroundStyle
'Usage
Dim instance As NMasterImageGenerator Dim value As NBackgroundStyle instance.BackgroundStyle = value value = instance.BackgroundStyle
[System.ComponentModel.Editor(Nevron.Editors.NBackgroundStyleTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets/sets the style of the background which is used when the image is generated")] public NBackgroundStyle BackgroundStyle {get; set;}