NRadioButtonGroup Class Members
In This Topic
The following tables list the members exposed by NRadioButtonGroup.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | Content | Gets or sets the content widget. |
Top
Public Methods
| Name | Description |
 | FillFromEnum<TEnum> | Creates a stack panel as content of this radio button group and fills that stack panel with radio buttons, one for each value of the specified as a generic parameter enum type. |
Top
Protected Methods
| Name | Description |
 | ArrangeContent | Overridden. Overriden to make the content occupy the content area. |
 | MeasureContent | Overridden. Overriden to return the desired size of the content. |
Top
See Also