Class PageTabViewModel
Represents the page tab view model.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class PageTabViewModel : PageSetupTabViewModelBase
Properties
FitToPagesMaximum
The maximum the FitToPagesTall and FitToPagesWide values can be.
Declaration
public int FitToPagesMaximum { get; }
Property Value
System.Int32
|
FitToPagesMinimum
The minimum the FitToPagesTall and FitToPagesWide values can be.
Declaration
public int FitToPagesMinimum { get; }
Property Value
System.Int32
|
FitToPagesTall
Gets or sets the number of pages tall the worksheet will be scaled to when it's printed.
Declaration
public Nullable<int> FitToPagesTall { get; set; }
Property Value
System.Nullable<System.Int32>
|
FitToPagesWide
Gets or sets the number of pages wide the worksheet will be scaled to when it's printed.
Declaration
public Nullable<int> FitToPagesWide { get; set; }
Property Value
System.Nullable<System.Int32>
|
IsScalingEnabled
Gets or sets the value indicating whether the scaling is enabled.
Declaration
public bool IsScalingEnabled { get; set; }
Property Value
System.Boolean
The value indicating whether the scaling is enabled. |
Orientation
Gets or sets the orientation.
Declaration
public PageOrientation Orientation { get; set; }
Property Value
Telerik.Windows.Documents.Model.PageOrientation
The orientation. |
PaperTypes
Gets the paper types.
Declaration
public ObservableCollection<PaperTypes> PaperTypes { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<Telerik.Windows.Documents.Model.PaperTypes>
The paper types. |
ScaleFactorPercent
Gets or sets the scale factor percent.
Declaration
public Nullable<int> ScaleFactorPercent { get; set; }
Property Value
System.Nullable<System.Int32>
The scale factor percent. |
ScaleFactorPercentMaximum
Gets the scale factor percent maximum.
Declaration
public int ScaleFactorPercentMaximum { get; }
Property Value
System.Int32
The scale factor percent maximum. |
ScaleFactorPercentMinimum
Gets the scale factor percent minimum.
Declaration
public int ScaleFactorPercentMinimum { get; }
Property Value
System.Int32
The scale factor percent minimum. |
ScalingMethod
Gets or sets the scaling method.
Declaration
public ScalingMethod ScalingMethod { get; set; }
Property Value
ScalingMethod
The scaling method. |
SelectedPaperType
Gets or sets the type of the selected paper.
Declaration
public PaperTypes SelectedPaperType { get; set; }
Property Value
Telerik.Windows.Documents.Model.PaperTypes
The type of the selected paper. |
TabHeader
Gets the tab header.
Declaration
public override string TabHeader { get; }
Property Value
System.String
The tab header. |
Overrides
Methods
CopyPropertiesFromContext()
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext()
Overrides
CopyPropertiesToContext()
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext()