Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / HideMargins Property

In This Topic
    HideMargins Property
    In This Topic
    Gets or sets a value indicating whether the user is allowed to hide/show margins by double-clicking the mouse in the gap between pages.
    Syntax
    'Declaration
     
    Public Property HideMargins As HideMarginsFlags
    public HideMarginsFlags HideMargins {get; set;}
    See Also