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