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