ClassPinInfo
Class
PinInfo DataContract class.
Definition
Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[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
PinInfo()
Declaration
cs-api-definition
public PinInfo()
Properties
Anchor
Gets or sets the Anchor.
Declaration
cs-api-definition
[DataMember(Name = "anchor", EmitDefaultValue = false)]
public Pixel Anchor { get; set; }
Property Value
BottomRightOffset
Gets or sets the BottomRightOffset.
Declaration
cs-api-definition
[DataMember(Name = "bottomRightOffset", EmitDefaultValue = false)]
public Pixel BottomRightOffset { get; set; }
Property Value
Point
Gets or sets the Point.
Declaration
cs-api-definition
[DataMember(Name = "point", EmitDefaultValue = false)]
public Point Point { get; set; }
Property Value
TopLeftOffset
Gets or sets the TopLeftOffset.
Declaration
cs-api-definition
[DataMember(Name = "topLeftOffset", EmitDefaultValue = false)]
public Pixel TopLeftOffset { get; set; }
Property Value