Class RadGauge
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadGauge : HtmlContainerControl
Constructors
RadGauge()
Declaration
public RadGauge()
RadGauge(Element)
Properties
ClientId
Declaration
public string ClientId { get; }
Property Value
System.String
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
GaugeType
Height
Declaration
public int Height { get; set; }
Property Value
System.Int32
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
MaxValue
Declaration
public int MaxValue { get; set; }
Property Value
System.Int32
|
MinValue
Declaration
public int MinValue { get; set; }
Property Value
System.Int32
|
Skin
Declaration
public string Skin { get; }
Property Value
System.String
|
Value
Declaration
public int Value { get; set; }
Property Value
System.Int32
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
CheckGaugeType(String, String)
Declaration
public static string CheckGaugeType(string type, string id)
Parameters
System.String
type
|
System.String
id
|
Returns
System.String
|