Table of Contents

Class RadioButton

Namespace
GHIElectronics.Endpoint.UI.Controls
Assembly
GHIElectronics.Endpoint.UI.dll
public class RadioButton : ContentControl, IDisposable
Inheritance
RadioButton
Implements
Inherited Members

Constructors

RadioButton()

public RadioButton()

RadioButton(string)

public RadioButton(string groupName)

Parameters

groupName string

Properties

Alpha

public ushort Alpha { get; set; }

Property Value

ushort

Checked

public bool Checked { get; set; }

Property Value

bool

GroupName

public string GroupName { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

OutlineUnselectColor

public Color OutlineUnselectColor { get; set; }

Property Value

Color

RadiusBorder

public int RadiusBorder { get; set; }

Property Value

int

SelectedColor

public Color SelectedColor { get; set; }

Property Value

Color

SelectedOutlineColor

public Color SelectedOutlineColor { get; set; }

Property Value

Color

Value

public string Value { get; set; }

Property Value

string

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

~RadioButton()

protected ~RadioButton()

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

Toggle()

public void Toggle()

Events

Click

public event RoutedEventHandler Click

Event Type

RoutedEventHandler