'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.DefaultValueAttribute(25)> <SRDescriptionAttribute("SplitterMinSizeDescr")> Public Property MinSize As System.Integer
'Usage
Dim instance As NSplitter Dim value As System.Integer instance.MinSize = value value = instance.MinSize
[SRCategory("CatBehavior")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.DefaultValue(25)] [SRDescription("SplitterMinSizeDescr")] public System.int MinSize {get; set;}