Class PinInfo
PinInfo DataContract class.
Inheritance
System.Object
PinInfo
Inherited Members
System.Object.ToString()
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.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class PinInfo
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
|