DataRepeater.DefaultPadding Property
This API supports the .NET Framework 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
'Declaration
Protected Overrides ReadOnly Property DefaultPadding As Padding
protected override Padding DefaultPadding { get; }
protected:
virtual property Padding DefaultPadding {
Padding get () override;
}
abstract DefaultPadding : Padding with get
override DefaultPadding : Padding with get
override function get DefaultPadding () : Padding
Property Value
Type: System.Windows.Forms.Padding
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace