dbicDate Send comments on this topic.
FixedAlignment Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : FixedAlignment Property

Gets or sets the vertical and horizontal alignment of months in the control when the calendar has a fixed size.

Syntax

Visual Basic (Declaration) 
Public Property FixedAlignment As ContentAlignment
C# 
public ContentAlignment FixedAlignment {get; set;}

Property Value

ContentAlignment

Remarks

This property is only valid when the AutoSize property is set to false.

Requirements

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

See Also