ClassRadGauge
Represents the RadGauge for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadGauge : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadGauge
Inherited Members
Constructors
RadGauge()
Initializes a new instance of the RadGauge class.
Declaration
public RadGauge()
RadGauge(Element)
Initializes a new instance of the RadGauge class.
Properties
ClientId
Gets the client Id of the Gauge control.
ClientSideLocator
Gets the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
GaugeType
Gets the Gauge type.
Height
Gets/Sets Gauge height in pixels.
LocatorExpression
Gets the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
MaxValue
Gets/Sets Gauge maximum value.
MinValue
Gets/Sets Gauge minimum value.
Skin
Gets the RadGauge skin.
Value
Gets/Sets Gauge value.
Visible
Gets or sets whether the Gauge is visible.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.