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

In This Topic
    Size Property (Placemark)
    In This Topic
    Gets or sets the size of the mark.
    Syntax
    'Declaration
     
    Public Property Size As System.Drawing.Size
    public System.Drawing.Size Size {get; set;}
    Remarks
    The default value is (0,0). The size of the image is used if not specified.
    See Also