'Declaration
<SRCategoryAttribute("CatLayout")> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("FormAutoScrollMarginDescr")> Public Property AutoScrollMargin As System.Drawing.Size
'Usage
Dim instance As WorkbookDesigner Dim value As System.Drawing.Size instance.AutoScrollMargin = value value = instance.AutoScrollMargin
[SRCategory("CatLayout")] [System.ComponentModel.Localizable(true)] [SRDescription("FormAutoScrollMarginDescr")] public System.Drawing.Size AutoScrollMargin {get; set;}