Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapLegend Class / Bounds Property

In This Topic
    Bounds Property (MapLegend)
    In This Topic
    Gets or sets the bounds of this element.
    Syntax
    'Declaration
     
    
    Public Property Bounds As Rectangle
    public Rectangle Bounds {get; set;}
    Remarks

    Specifies an empty rectangle to make it auto positioned and sized.

    The size includes the margin space and padding space.

    See Also