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
groupNamestring
Properties
Alpha
public ushort Alpha { get; set; }
Property Value
Checked
public bool Checked { get; set; }
Property Value
GroupName
public string GroupName { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
OutlineUnselectColor
public Color OutlineUnselectColor { get; set; }
Property Value
RadiusBorder
public int RadiusBorder { get; set; }
Property Value
SelectedColor
public Color SelectedColor { get; set; }
Property Value
SelectedOutlineColor
public Color SelectedOutlineColor { get; set; }
Property Value
Value
public string Value { 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
~RadioButton()
protected ~RadioButton()
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
Toggle()
public void Toggle()
Events
Click
public event RoutedEventHandler Click