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