FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridPrintParameters Class / ScaleMode Property

In This Topic
    ScaleMode Property (GridPrintParameters)
    In This Topic
    Specifies how the grid content should be scaled to fit the page.
    Syntax
    'Declaration
     
    Public Property ScaleMode As GridScaleMode
    public GridScaleMode ScaleMode {get; set;}
    See Also