Enum CheckPosition
- Namespace
- Myra.Graphics2D.UI
- Assembly
- Myra.dll
Specifies the position of the check box image relative to the content in a check button.
public enum CheckPosition
Fields
Left = 0The check box image is positioned to the left of the content.
Right = 1The check box image is positioned to the right of the content.