ClassRadMapPinPoint
Class
Represents the RadMap for Silverlight control RadMapPinPoint wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadMapPinPoint : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadMapPinPoint
Implements:
Inherited Members
Constructors
RadMapPinPoint()
Initializes a new instance of the RadMapPinPoint class.
Declaration
cs-api-definition
public RadMapPinPoint()
Properties
TextBlocks
Get the list of TextBlocks.
Declaration
cs-api-definition
public IList<RadMapTextBlock> TextBlocks { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides