Class UIButton
Inheritance
System.Object
UIButton
Implements
System.IDisposable
Assembly: AxEngine.dll
public class UIButton : UIContainerComponent, IDisposable
Constructors
|
Improve this Doc
View Source
Declaration
Fields
|
Improve this Doc
View Source
Declaration
public UILabelComponent LabelComponent
Field Value
Properties
|
Improve this Doc
View Source
Declaration
public Color BackColor { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Color |
|
|
Improve this Doc
View Source
Declaration
public Color BackColorHover { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Color |
|
|
Improve this Doc
View Source
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Color |
|
|
Improve this Doc
View Source
Declaration
public Color BorderColorHover { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Color |
|
|
Improve this Doc
View Source
Declaration
public float BorderSize { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public Color Color { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Color |
|
|
Improve this Doc
View Source
Declaration
public float FontSize { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
protected override void DrawControl()
Overrides
|
Improve this Doc
View Source
Declaration
public override void OnMouseEnter(MouseMoveArgs e)
Parameters
Overrides
|
Improve this Doc
View Source
Declaration
public override void OnMouseLeave(MouseMoveArgs e)
Parameters
Overrides
|
Improve this Doc
View Source
Declaration
protected override void OnResized()
Overrides
Implements
System.IDisposable