'Declaration <DescriptionAttribute("The width, in pixels, of the fixed column splitter.")> <CategoryAttribute("Appearance")> <AmbientValueAttribute(-2147483648)> <LocalizableAttribute(True)> <ApplyToDesignerAttribute(True)> Public Property Width As Integer
'Usage Dim instance As FixedColumnSplitter Dim value As Integer instance.Width = value value = instance.Width
[Description("The width, in pixels, of the fixed column splitter.")] [Category("Appearance")] [AmbientValue(-2147483648)] [Localizable(true)] [ApplyToDesigner(true)] public int Width {get; set;}