The following tables list the members exposed by C1Gauge.
Name | Description | |
---|---|---|
Background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) | |
BorderBrush | Gets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View) | |
BorderThickness | Gets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View) | |
Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
CornerRadius | Gets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) | |
Face | Gets or sets the GaugeRange used to represent the gauge's overall geometry and appearance. | |
FaceBorderColor | Gets or sets the color of the face border. | |
FaceBorderDashes | Gets or sets the face border dashes. | |
FaceBorderWidth | Gets or sets the width of the face border. | |
FaceColor | Gets or sets the color of the face. | |
FlowDirection | Gets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View) | |
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 C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View) | |
Format | Gets or sets the format string used for displaying the gauge values as text. | |
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) | |
IsDisposed | Gets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View) | |
IsEnabled | Gets or sets whether gauge enables user interaction or not. | |
IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) | |
IsReadOnly | Gets or sets a value to determine whether the gauge is readonly. | |
Max | Gets or sets the maximum value of the gauge. | |
MaxFont | Gets or sets the maximum value font style. | |
MaxFontFamily | Gets or sets the maximum value font style. | |
MaxFontSize | Gets or sets the maximum value font style. | |
MaxFontStyle | Gets or sets the maximum value font style. | |
MaxFontWeight | Gets or sets the maximum value font style. | |
MaxTextColor | Gets or sets the color of the maximum label. | |
Min | Gets or sets the minimum value of the gauge. | |
MinFont | Gets or sets the minimum value font style. | |
MinFontFamily | Gets or sets the minimum value font style. | |
MinFontSize | Gets or sets the minimum value font style. | |
MinFontStyle | Gets or sets the minimum value font style. | |
MinFontWeight | Gets or sets the minimum value font style. | |
MinTextColor | Gets or sets the color of the minimum label. | |
OnValueChanged | Occurs when the value changed. | |
Origin | Gets or sets the starting point used for painting the range. | |
Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) | |
Pointer | Gets or sets the GaugeRange used to represent the gauge's current value. | |
PointerColor | Gets or sets the color of the pointer. | |
Ranges | Gets the collection of ranges in this gauge. | |
ShowRanges | Gets or sets whether the gauge should display the ranges contained in the ranges property. | |
Step | Gets or sets a value that determines the intervals the Value can be set when the user interacts directly with the control. For instance if Step=25 the possible values will be 0,25,50,75,100. | |
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) | |
TextVisibility | Gets or sets which values should be displayed as text in the gauge. | |
Thickness | Gets or sets the thickness of the gauge, on a scale between zero and one. | |
Value | Gets or sets the value displayed on the gauge. | |
ValueChanged | This Callback will gets and sets by framework automatically for binding feature. | |
ValueFont | Gets or sets the value font style. | |
ValueFontFamily | Gets or sets the value font style. | |
ValueFontSize | Gets or sets the value font style. | |
ValueFontStyle | Gets or sets the value font style. | |
ValueFontWeight | Gets or sets the value font style. | |
ValueTextColor | Gets or sets the color of the value label. |
Name | Description | |
---|---|---|
Dispose | (Inherited from C1.Blazor.Core.C1View) | |
Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
FocusAsync | Overridden. | |
FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
GetPointerColor | Get point color from the value. | |
Refresh | Refreshes the control. | |
RenderTo | Renders the gauge to C1.Blazor.Rendering.IRenderingEngine. | |
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |