Class ScaleFactorDialogContext
Represents context for the ScaleFactorDialog.
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ScaleFactorDialogContext : RadSpreadsheetDialogContext
Constructors
ScaleFactorDialogContext(RadSpreadsheet)
Initializes a new instance of the ScaleFactorDialogContext class.
Declaration
public ScaleFactorDialogContext(RadSpreadsheet radSpreadsheet)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
Properties
SelectedScaleFactorPercent
Gets or sets the selected scale factor percent.
Declaration
public double SelectedScaleFactorPercent { get; set; }
Property Value
System.Double
The selected scale factor percent. |