ActiveReports Developer 7
CheckAlignment Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CheckBox Class : CheckAlignment Property

Glossary Item Box

Gets or sets the alignment of check inside a CheckBox object.

Syntax

Visual Basic (Declaration) 
Public Property CheckAlignment As System.Drawing.ContentAlignment
C# 
public System.Drawing.ContentAlignment CheckAlignment {get; set;}

See Also