Name | Description | |
---|---|---|
![]() | C1ToggleButton Constructor | Initializes a new instance of the C1ToggleButton class. |
The following tables list the members exposed by C1ToggleButton.
Name | Description | |
---|---|---|
![]() | C1ToggleButton Constructor | Initializes a new instance of the C1ToggleButton class. |
Name | Description | |
---|---|---|
![]() | BorderWidth | Gets or sets the width of the border. |
![]() | CheckedContent | Gets or sets the content show when the button is checked. |
![]() | CheckedImageSource | Gets or sets the image show when the button is checked. |
![]() | CheckedText | Gets or sets the text show when the button is checked. |
![]() | Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | Color | Gets or sets the color used to paint the control. |
![]() | IsChecked | Gets or sets whether the C1ToggleButton is checked. |
![]() | IsCheckedChanged | Gets or sets the callback called then it is checked. |
![]() | IsDisposed | Gets whether this control was disposed. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsFocusable | Gets or sets whether the button can receive the focus. |
![]() | IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) |
![]() | Padding | Gets or sets the padding of the button. |
![]() | Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | TabIndex | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | Tag | Gets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View) |
![]() | UncheckedContent | Gets or sets the content shown when the button is unchecked. |
![]() | UncheckedImageSource | Gets or sets the image shown when the button is unchecked. |
![]() | UncheckedText | Gets or sets the text shown when the button is unchecked. |
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from C1.Blazor.Core.C1View) |
![]() | Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | FocusAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |