New to Telerik UI for WPFStart a free 30-day trial

PinInfo

Class

PinInfo DataContract class.

Definition

Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[DataContract(Namespace = "http://schemas.microsoft.com/search/local/ws/rest/v1")]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class PinInfo

Inheritance: objectPinInfo

Constructors

C#
public PinInfo()

Properties

Gets or sets the Anchor.

C#
[DataMember(Name = "anchor", EmitDefaultValue = false)]
public Pixel Anchor { get; set; }

Gets or sets the BottomRightOffset.

C#
[DataMember(Name = "bottomRightOffset", EmitDefaultValue = false)]
public Pixel BottomRightOffset { get; set; }

Gets or sets the Point.

C#
[DataMember(Name = "point", EmitDefaultValue = false)]
public Point Point { get; set; }

Gets or sets the TopLeftOffset.

C#
[DataMember(Name = "topLeftOffset", EmitDefaultValue = false)]
public Pixel TopLeftOffset { get; set; }