PrintDocument for WinForms | ComponentOne
C1.Win.RibbonPreview.6 Assembly / C1.Win.RibbonPreview Namespace / C1RibbonPreviewDialog Class / Location Property

In This Topic
    Location Property (C1RibbonPreviewDialog)
    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