'Declaration
<SRCategoryAttribute("CatLayout")> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("ControlMarginDescr")> Public Property Margin As System.Windows.Forms.Padding
'Usage
Dim instance As WorkbookView Dim value As System.Windows.Forms.Padding instance.Margin = value value = instance.Margin
[SRCategory("CatLayout")] [System.ComponentModel.Localizable(true)] [SRDescription("ControlMarginDescr")] public System.Windows.Forms.Padding Margin {get; set;}