Classes
AddedRemovedEvent
AlertElement
AnchorContainerElement
ArrowShape
ButtonElement
CanvasElement
CanvasManager
CheckboxElement
CheckboxSkinElement
CollectionChangedEvent
CollectionSort
ColorPickerButtonElement
ColorPickerElement
ContainerBaseElement
CursorDefinition
DataGridColumnDefinition
DataGridDataRenderer
DataGridElement
DataGridHeaderColumnDividerSkinElement
DataGridHeaderElement
DataGridHeaderItemRenderer
DataGridItemData
DataGridItemRendererBase
DataGridLabelItemRenderer
DataListData
DataListElement
DataRendererBaseElement
DataRendererLabelElement
DatePickerButtonElement
DatePickerElement
DispatcherEvent
DrawMetrics
DropdownArrowButtonSkinElement
DropdownBaseElement
DropdownElement
ElementEvent
ElementGridItemClickEvent
ElementKeyboardEvent
ElementListItemClickEvent
ElementMouseEvent
ElementMouseWheelEvent
EllipseShape
EventDispatcher
FillBase
GridContainerElement
GridContainerRowColumnDefinition
ImageElement
IpInputElement
LabelElement
LinearGradientFill
ListCollection
ListContainerElement
ProgressElement
RadioButtonElement
RadioButtonSkinElement
RoundedRectangleShape
ScrollBarElement
ScrollButtonSkinElement
ShapeBase
SkinnableElement
SolidFill
StyleableBase
StyleChangedEvent
StyleData
StyleDefinition
StyleProxy
TextAreaElement
TextElement
TextFieldElement
TextInputElement
TimeInputElement
ToggleButtonElement
ToggleButtonGroup
Tween
ViewportElement


RadioButtonElement

RadioButton is a skinned ToggleButton that adjusts the placement of the skin and label.
ToggleButtonGroup may be used to group radio buttons so only 1 may be selected at a time.
When a label is in use, the skin is placed next to the label rather than underneath and is assumed to be square.
When a label is not in use, the skin will span the entire bounding box.
Being a SkinnableElement, RadioButton proxies its styles to its skins.
You may assign custom skins and assign any styles you wish to apply to all skins to the RadioButton itself.
See the default skin RadioButtonSkinElement for additional skin styles.

Inheritance:     RadioButtonElement ➞ ToggleButtonElementButtonElementSkinnableElementCanvasElementStyleableBaseStyleDefinitionEventDispatcher ➞ Object

Styles
Show Inherited
Style Defined By
LabelGap     :    Number RadioButtonElement
Determines distance in pixels the label should be placed from the skin.
 
LabelPlacement     :    String RadioButtonElement
Determines if the label should be placed to the left or right of the skin.
Allowable values are "left" or "right".
 


Events
Show Inherited


Public Functions
Show Inherited
Function Defined By
RadioButtonElement() [Constructor] RadioButtonElement
Creates new RadioButtonElement instance.
 


Internal Members
Show Inherited


Internal Functions
Show Inherited