Class PinInfo
PinInfo DataContract class.
Inheritance
System.Object
PinInfo
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class PinInfo : Object
Constructors
PinInfo()
Declaration
public PinInfo()
Properties
Anchor
BottomRightOffset
Gets or sets the BottomRightOffset.
Declaration
public Pixel BottomRightOffset { get; set; }
Property Value
Pixel
|
Point
TopLeftOffset
Gets or sets the TopLeftOffset.
Declaration
public Pixel TopLeftOffset { get; set; }
Property Value
Pixel
|