New to Telerik UI for WPFStart a free 30-day trial

Represents scaling types.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public enum ScalingType

Fields

Specifies custom scaling type.

C#
Custom = 4

Specifies that all columns will fit on one page.

C#
FitAllColumnsOnOnePage = 2

Specifies that all rows will fit on one page.

C#
FitAllRowsOnOnePage = 3

Specifies that will fit sheet on one page.

C#
FitSheetOnOnePage = 1

Specifies that no scaling will be used.

C#
NoScaling = 0