Table of Contents

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

ushort

IsPressed

public bool IsPressed { get; }

Property Value

bool

RadiusBorder

public int RadiusBorder { get; set; }

Property Value

int

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

disposing bool

~Button()

protected ~Button()

OnRender(DrawingContext)

public override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext

OnTouchDown(TouchEventArgs)

protected override void OnTouchDown(TouchEventArgs e)

Parameters

e TouchEventArgs

OnTouchUp(TouchEventArgs)

protected override void OnTouchUp(TouchEventArgs e)

Parameters

e TouchEventArgs

Events

Click

public event RoutedEventHandler Click

Event Type

RoutedEventHandler