Previous topicNext topic
Help > Properties >
Anchor

Anchor Property

Returns or sets whether the control is anchored to the parent control or not. If True, the control automatically resizes when the size of the parent control changes

Syntax

object .Anchor [=  Value

The  object placeholder represents an OrdoWebView2 control

Values

Value: The property values are as follows:

Value Description
True The control automatically resizes when the size of the parent control changes
False You must manually resize the control

Remarks