'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the visual state used to render hot items.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public ReadOnly Property HotState As NLightUIItemVisualState
'Usage
Dim instance As NItemsControl Dim value As NLightUIItemVisualState value = instance.HotState
[System.ComponentModel.Description("Gets the visual state used to render hot items.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public NLightUIItemVisualState HotState {get;}