Class RadMap
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 RadMap : HtmlContainerControl
Constructors
RadMap()
Declaration
public RadMap()
RadMap(Element)
Properties
CenterLatitude
Declaration
public decimal CenterLatitude { get; }
Property Value
System.Decimal
|
CenterLongitude
Declaration
public decimal CenterLongitude { get; }
Property Value
System.Decimal
|
ClientId
Declaration
public string ClientId { get; }
Property Value
System.String
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
Skin
Declaration
public string Skin { get; }
Property Value
System.String
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Zoom
Declaration
public int Zoom { get; set; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
CenterPosition(Decimal, Decimal)
Declaration
public void CenterPosition(decimal lng, decimal lat)
Parameters
System.Decimal
lng
|
System.Decimal
lat
|