'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the image key to be used in this particular state.")> Public Property ImageKey As System.String
'Usage
Dim instance As NLightUIItemVisualState Dim value As System.String instance.ImageKey = value value = instance.ImageKey
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the image key to be used in this particular state.")] public System.string ImageKey {get; set;}