Represents context for the ScaleFactorDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class ScaleFactorDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextScaleFactorDialogContext
Inherited Members
Constructors
Initializes a new instance of the ScaleFactorDialogContext class.
C#
public ScaleFactorDialogContext(RadSpreadsheet radSpreadsheet)
The RadSpreadsheet.
Properties
Gets or sets the selected scale factor percent.
C#
public double SelectedScaleFactorPercent { get; set; }
The selected scale factor percent.