DataRepeater.AutoScrollMargin Property

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property AutoScrollMargin As Size
'Usage
Dim instance As DataRepeater 
Dim value As Size 

value = instance.AutoScrollMargin

instance.AutoScrollMargin = value
[BrowsableAttribute(false)]
public Size AutoScrollMargin { get; set; }
[BrowsableAttribute(false)]
public:
property Size AutoScrollMargin {
    Size get ();
    void set (Size value);
}
public function get AutoScrollMargin () : Size 
public function set AutoScrollMargin (value : Size)

Property Value

Type: System.Drawing.Size

.NET Framework Security

See Also

Reference

DataRepeater Class

DataRepeater Members

Microsoft.VisualBasic.PowerPacks Namespace