Wimark.Controls Class Library  

CheckEditor.CheckAlign Property

Gets or sets the alignment of the check mark that is displayed in the editor.

[Visual Basic]
Public Property CheckAlign As ContentAlignment 
[C#]
public ContentAlignment CheckAlign {get; set;}
[C++]
public: __property ContentAlignment get_CheckAlign();
public: __property void set_CheckAlign(ContentAlignment);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

CheckEditor Class | CheckEditor Members | Wimark.Controls.Editors Namespace