Click or drag to resize

ButtonImagePosition Enumeration

Button image position

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum ButtonImagePosition
Members
  Member nameValueDescription
Left0 Positions the image to the left of the text
Right1 Positions the image to the right of the text
Above2 Positions the image on top of the text
Below3 Positions the image below the text
Overlay4 Positions the image behind the text
See Also