Class Radio
Radio UI element.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class Radio : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IValidatableElement<bool>, INotifyValueChanged<bool>, IPressable
Constructors
Name | Description |
---|---|
Radio() | Default constructor. |
Fields
Name | Description |
---|---|
boxUssClassName | The Radio button styling class. |
checkmarkUssClassName | The Radio checkmark styling class. |
emphasizedUssClassName | The Radio emphasized mode styling class. |
labelUssClassName | The Radio label styling class. |
sizeUssClassName | The Radio size styling class. |
ussClassName | The Radio main styling class. |
Properties
Name | Description |
---|---|
clickable | Clickable Manipulator for this Radio. |
emphasized | The Radio emphasized mode. |
invalid | The Radio invalid state. |
label | The Radio label. |
size | The Radio size. |
validateValue | The Radio validation function. |
value | The Radio value. |
Methods
Name | Description |
---|---|
SetValueWithoutNotify(bool) | Sets the Radio value without notifying the listeners. |