Spread WPF 17
GrapeCity.Excel Namespace / GcRect Structure / Location Property


In This Topic
    Location Property (GcRect)
    In This Topic
    Gets or sets the position of the top-left corner of the rectangle.
    Syntax
    'Declaration
     
    Public Property Location As GcPoint
    'Usage
     
    Dim instance As GcRect
    Dim value As GcPoint
     
    instance.Location = value
     
    value = instance.Location
    public GcPoint Location {get; set;}
    See Also