Class RadioButton
Represents a Cegui radio button
Inherited Members
Namespace: Slipe.Client.Gui
Assembly: SlipeClient.dll
Syntax
[DefaultElementClass(ElementType.GuiRadioButton)]
public class RadioButton : GuiElement
Constructors
| Improve this Doc View SourceRadioButton(Vector2, Vector2, String, Boolean, GuiElement)
Create a radio button
Declaration
public RadioButton(Vector2 position, Vector2 dimensions, string content, bool relative = false, GuiElement parent = null)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | position | |
Vector2 | dimensions | |
String | content | |
Boolean | relative | |
GuiElement | parent |
Properties
| Improve this Doc View SourceSelected
Get and set if this button is selected
Declaration
public bool Selected { get; set; }
Property Value
Type | Description |
---|---|
Boolean |