Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ToggleButton Class
Fields Properties Methods

In This Topic
    C1ToggleButton Class Members
    In This Topic

    The following tables list the members exposed by C1ToggleButton.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1ToggleButton class.  
    Top
    Public Fields
     NameDescription
    Public FieldGets or sets the C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public FieldGets or sets whether the button can receive the focus.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the CheckedBackground dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the CheckedBrush dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the CheckedContent dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the CheckedForeground dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FocusBrush dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IndeterminateContent dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsChecked dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsFocusable dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the MouseOverBrush dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PressedBrush dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the UncheckedContent dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the brush to highlight the element when the button is checked.  
    Public PropertyGets or sets the brush to highlight the element when the button is checked.  
    Public PropertyGets or sets the content show when the button is checked.  
    Public PropertyGets or sets the brush to highlight the element when the button is checked.  
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the brush to highlight the element when the button is focused.  
    Public PropertyGets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the content shown when the button is indeterminate.  
    Public PropertyGets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets whether the C1ToggleButton is checked.  
    Public PropertyGets or sets the callback called then it is checked.  
    Public PropertyGets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets whether the button can receive the focus.  
    Public PropertyGets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the brush to highlight the element when the mouse is over.  
    Public PropertyGets or sets the callback called when mouse-down.  
    Public PropertyGets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the brush to highlight the element when the button is pressed.  
    Public PropertyGets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the content shown when the button is unchecked.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Top
    See Also