TransparentPanelAnchor Property

Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public override AnchorStyles Anchor { get; set; }

Return Value

AnchorStyles
A bitwise combination of the AnchorStyles values. The default is Top and Left.

See Also