AutoScrollMargin Property
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatLayout")>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("FormAutoScrollMarginDescr")>
Public Property AutoScrollMargin As System.Drawing.Size
'Usage
Dim instance As LicenseDialog
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;}
public read-write property AutoScrollMargin: System.Drawing.Size;
SRCategoryAttribute("CatLayout")
System.ComponentModel.LocalizableAttribute()
SRDescriptionAttribute("FormAutoScrollMarginDescr")
public function get,set AutoScrollMargin : System.Drawing.Size
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
[SRDescription("FormAutoScrollMarginDescr")]
public: __property System.Drawing.Size get_AutoScrollMargin();
public: __property void set_AutoScrollMargin(
System.Drawing.Size value
);
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
[SRDescription("FormAutoScrollMarginDescr")]
public:
property System.Drawing.Size AutoScrollMargin {
System.Drawing.Size get();
void set ( System.Drawing.Size value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also