'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the selection mode of the control.")> Public Property SelectionMode As ItemSelectionMode
'Usage
Dim instance As NItemsControl Dim value As ItemSelectionMode instance.SelectionMode = value value = instance.SelectionMode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the selection mode of the control.")] public ItemSelectionMode SelectionMode {get; set;}