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.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
public override AnchorStyles Anchor { get; set; }
Public Overrides Property Anchor As AnchorStyles
Get
Set
Return Value
AnchorStylesA bitwise combination of the
AnchorStyles values. The default is
Top and
Left.