Edit

Share via


WebView.Padding Property

Definition

Gets or sets padding within the control.

[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.Padding Padding { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Padding : System.Windows.Forms.Padding with get, set
Public Property Padding As Padding

Property Value

A Padding representing the control's internal spacing characteristics.

Attributes

Remarks

The Padding property is not visible in the designer.

Applies to