'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DescriptionAttribute("Gets/sets the local background mode for the item.")> Public Property BackgroundMode As ItemBackgroundMode
'Usage
Dim instance As NLightUIItem Dim value As ItemBackgroundMode instance.BackgroundMode = value value = instance.BackgroundMode
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Description("Gets/sets the local background mode for the item.")] public ItemBackgroundMode BackgroundMode {get; set;}