ButtonImagePosition Property |
Gets or sets the position of the image relative to the text
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ButtonImagePosition ImagePosition { get; set; }
Public Property ImagePosition As ButtonImagePosition
Get
Set
member ImagePosition : ButtonImagePosition with get, set
Property Value
Type:
ButtonImagePositionThe image position
See Also