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 | |
---|---|---|
_background | Gets or sets the C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) | |
_isFocusable | Gets or sets whether the button can receive the focus. | |
CheckedBackgroundProperty | Identifies the CheckedBackground dependency property. | |
CheckedBrushProperty | Identifies the CheckedBrush dependency property. | |
CheckedContentProperty | Identifies the CheckedContent dependency property. | |
CheckedForegroundProperty | Identifies the CheckedForeground dependency property. | |
FocusBrushProperty | Identifies the FocusBrush dependency property. | |
IndeterminateContentProperty | Identifies the IndeterminateContent dependency property. | |
IsCheckedProperty | Identifies the IsChecked dependency property. | |
IsFocusableProperty | Identifies the IsFocusable dependency property. | |
MouseOverBrushProperty | Identifies the MouseOverBrush dependency property. | |
PressedBrushProperty | Identifies the PressedBrush dependency property. | |
UncheckedContentProperty | Identifies the UncheckedContent dependency property. |
Name | Description | |
---|---|---|
Background | Gets or sets the C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) | |
BorderBrush | Gets or sets the C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View) | |
BorderThickness | Gets or sets the C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View) | |
CheckedBackground | Gets or sets the brush to highlight the element when the button is checked. | |
CheckedBrush | Gets or sets the brush to highlight the element when the button is checked. | |
CheckedContent | Gets or sets the content show when the button is checked. | |
CheckedForeground | Gets or sets the brush to highlight the element when the button is checked. | |
Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
CornerRadius | Gets or sets the C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) | |
FlowDirection | Gets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View) | |
FocusBrush | Gets or sets the brush to highlight the element when the button is focused. | |
FontFamily | Gets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontSize | Gets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontStyle | Gets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontWeight | Gets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
Foreground | Gets or sets the C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View) | |
IndeterminateContent | Gets or sets the content shown when the button is indeterminate. | |
InheritProperties | Gets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View) | |
IsChecked | Gets or sets whether the C1ToggleButton is checked. | |
IsCheckedChanged | Gets or sets the callback called then it is checked. | |
IsDisposed | Gets whether this instance is 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) | |
MouseOverBrush | Gets or sets the brush to highlight the element when the mouse is over. | |
OnMouseDown | Gets or sets the callback called when mouse-down. | |
Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) | |
PressedBrush | Gets or sets the brush to highlight the element when the button is pressed. | |
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. |
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) |