ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / Placemark Class / PinPoint Property

In This Topic
    PinPoint Property
    In This Topic
    Gets or sets the point within the mark to pin the mark relates to the specific placemark location.
    Syntax
    'Declaration
     
    Public Property PinPoint As System.Drawing.Point
    public System.Drawing.Point PinPoint {get; set;}
    Remarks
    The default value is (0,0).
    See Also