ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Element Class / Location Property

In This Topic
    Location Property (Element)
    In This Topic
    Gets or sets the location of the element within its parent.
    Syntax
    'Declaration
     
    Public Property Location As System.Drawing.Point
    public System.Drawing.Point Location {get; set;}
    See Also