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