FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerDialog Class / Location Property

In This Topic
    Location Property (C1FlexViewerDialog)
    In This Topic
    Gets or sets the Point that represents the upper-left corner of the Form in screen coordinates.
    Syntax
    'Declaration
     
    Public Shadows Property Location As Point
    public new Point Location {get; set;}
    See Also