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

In This Topic
    C1View Class Members
    In This Topic

    The following tables list the members exposed by C1View.

    Public Fields
     NameDescription
    Public FieldGets or sets the C1Color used to paint the background.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Background dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the BorderBrush dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the BorderThickness dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the CornerRadius dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FlowDirection dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FontFamily dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FontSize dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FontStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FontWeight dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Foreground dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the InheritProperties dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Padding dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the C1Color used to paint the background.  
    Public PropertyGets or sets the C1Color used to paint the border.  
    Public PropertyGets or sets the C1Thickness of the border.  
    Public PropertyGets or sets the CSS class applied to the component.  
    Public PropertyGets or sets the C1CornerRadius of the border.  
    Public PropertyGets or sets the flow direction.  
    Public PropertyGets or sets the font family applied to the view.  
    Public PropertyGets or sets the font size applied to the view.  
    Public PropertyGets or sets the font style applied to the view.  
    Public PropertyGets or sets the font weight applied to the view.  
    Public PropertyGets or sets the C1Color used to paint the foreground (text and icons).  
    Public PropertyGets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically.  
    Public PropertyGets whether this instance is disposed.  
    Public PropertyGets whether the component was already initialized.  
    Public PropertyGets or sets the padding of the Content.  
    Public PropertyGets or sets the style applied to the component.  
    Public PropertyGets or sets the CSS class applied to the component.  
    Public PropertyGets or sets an arbitrary object that can be used to identify a specific component.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodSets the focus in the control.  
    Public MethodSets the focus in the control.  
    Public MethodSets the focus in the control.  
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Top
    See Also