Name | Description | |
---|---|---|
C1RadialGauge Constructor | Initializes a new instance of the C1RadialGauge class. |
The following tables list the members exposed by C1RadialGauge.
Name | Description | |
---|---|---|
C1RadialGauge Constructor | Initializes a new instance of the C1RadialGauge class. |
Name | Description | |
---|---|---|
_autoScale | Gets or sets whether the gauge should automatically scale to fill the host element. | |
_background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) | |
_isReversed | Gets or sets a flag which indicates whether the radial gauge is reversed. | |
_startAngle | Gets or sets the starting angle for the gauge, in degrees. | |
_sweepAngle | Gets or sets the sweeping angle for the gauge, in degrees. | |
AutoScaleProperty | Identifies the AutoScale dependency property. | |
DefaultAutoScale | ||
DefaultStartAngle | ||
DefaultSweepAngle | ||
IsReversedProperty | Identifies the IsReversed dependency property. | |
StartAngleProperty | Identifies the StartAngle dependency property. | |
SweepAngleProperty | Identifies the SweepAngle dependency property. |
Name | Description | |
---|---|---|
AutoScale | Gets or sets whether the gauge should automatically scale to fill the host element. | |
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. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
FaceBorderColor | Gets or sets the color of the face border. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
FaceBorderDashes | Gets or sets the face border dashes. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
FaceBorderWidth | Gets or sets the width of the face border. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
FaceColor | Gets or sets the color of the face. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
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. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
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. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
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. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
IsReversed | Gets or sets a flag which indicates whether the radial gauge is reversed. | |
Max | Gets or sets the maximum value of the gauge. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
MaxFont | Gets or sets the maximum value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
MaxFontFamily | Gets or sets the maximum value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
MaxFontSize | Gets or sets the maximum value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
MaxFontStyle | Gets or sets the maximum value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
MaxFontWeight | Gets or sets the maximum value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
MaxTextColor | Gets or sets the color of the maximum label. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
Min | Gets or sets the minimum value of the gauge. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
MinFont | Gets or sets the minimum value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
MinFontFamily | Gets or sets the minimum value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
MinFontSize | Gets or sets the minimum value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
MinFontStyle | Gets or sets the minimum value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
MinFontWeight | Gets or sets the minimum value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
MinTextColor | Gets or sets the color of the minimum label. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
OnValueChanged | Occurs when the value changed. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
Origin | Gets or sets the starting point used for painting the range. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
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. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
PointerColor | Gets or sets the color of the pointer. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
Ranges | Gets the collection of ranges in this gauge. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
ShowRanges | Gets or sets whether the gauge should display the ranges contained in the ranges property. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
StartAngle | Gets or sets the starting angle for the gauge, in degrees. | |
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. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
SweepAngle | Gets or sets the sweeping angle for the gauge, in degrees. | |
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. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
Thickness | Gets or sets the thickness of the gauge, on a scale between zero and one. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
Value | Gets or sets the value displayed on the gauge. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
ValueChanged | This Callback will gets and sets by framework automatically for binding feature. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
ValueFont | Gets or sets the value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
ValueFontFamily | Gets or sets the value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
ValueFontSize | Gets or sets the value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
ValueFontStyle | Gets or sets the value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
ValueFontWeight | Gets or sets the value font style. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
ValueTextColor | Gets or sets the color of the value label. (Inherited from C1.Blazor.Gauge.C1Gauge) |
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.Gauge.C1Gauge) | |
FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
GetPointerColor | Get point color from the value. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
Refresh | Refreshes the control. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
RenderTo | Renders the gauge to C1.Blazor.Rendering.IRenderingEngine. (Inherited from C1.Blazor.Gauge.C1Gauge) | |
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |
Name | Description | |
---|---|---|
Tapped | Occurs for every touch event. (Inherited from C1.Blazor.Gauge.C1Gauge) |