dbicMonth Send comments on this topic.
ImageAlign Property
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : ImageAlign Property

Gets or sets the vertical and horizontal position of an image in a date cell.

Syntax

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

Property Value

ContentAlignment

Remarks

An image is added to a date through a dbiDayFormat.

Requirements

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

See Also