'Declaration<System.ComponentModel.DescriptionAttribute("Gets/sets a value specifying how the control's background is rendered.")> Public Overridable Property BackgroundType As BackgroundType
'UsageDim instance As NCommandParent Dim value As BackgroundType instance.BackgroundType = value value = instance.BackgroundType
[System.ComponentModel.Description("Gets/sets a value specifying how the control's background is rendered.")] public virtual BackgroundType BackgroundType {get; set;}