Class PageTabViewModel
Represents the page tab view model.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class PageTabViewModel : PageSetupTabViewModelBase, INotifyPropertyChanged
Properties
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
PageOrientation
The orientation. |
PaperTypes
Gets the paper types.
Declaration
public ObservableCollection<PaperTypes> PaperTypes { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<PaperTypes>
The paper types. |
ScaleFactorPercent
Gets or sets the scale factor percent.
Declaration
public 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
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()