Class Button
- Namespace
- GHIElectronics.Endpoint.UI.Controls
- Assembly
- GHIElectronics.Endpoint.UI.dll
public class Button : ContentControl, IDisposable
- Inheritance
-
Button
- Implements
- Inherited Members
Constructors
Button()
public Button()
Properties
Alpha
public ushort Alpha { get; set; }
Property Value
IsPressed
public bool IsPressed { get; }
Property Value
RadiusBorder
public int RadiusBorder { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposingbool
~Button()
protected ~Button()
OnRender(DrawingContext)
public override void OnRender(DrawingContext dc)
Parameters
OnTouchDown(TouchEventArgs)
protected override void OnTouchDown(TouchEventArgs e)
Parameters
OnTouchUp(TouchEventArgs)
protected override void OnTouchUp(TouchEventArgs e)
Parameters
Events
Click
public event RoutedEventHandler Click