DataRepeater.DefaultPadding Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

This member overrides the DefaultPadding property.

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

Syntax

protected override Padding DefaultPadding { get; }
protected:
property Padding DefaultPadding {
    virtual Padding get() override;
}
override DefaultPadding : Padding with get
Protected Overrides ReadOnly Property DefaultPadding As Padding

Property Value

Type: System.Windows.Forms.Padding

Returns Padding.

See Also

DataRepeater Class
Microsoft.VisualBasic.PowerPacks Namespace
Introduction to the DataRepeater Control (Visual Studio)

Return to top