Partager via


WebViewControl.Bounds Propriété

Définition

Obtient ou définit les limites du contrôle.

public:
 property Rect Bounds { Rect get(); void set(Rect value); };
Rect Bounds();

void Bounds(Rect value);
public Rect Bounds { get; set; }
var rect = webViewControl.bounds;
webViewControl.bounds = rect;
Public Property Bounds As Rect

Valeur de propriété

Limites du contrôle.

S’applique à