dbicCalendar Send comments on this topic.
Anchor Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : Anchor 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.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Anchor As AnchorStyles
C# 
public virtual AnchorStyles Anchor {get; set;}

Property Value

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

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also