New to Telerik UI for WPFStart a free 30-day trial

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 RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

Initializes a new instance of the ScaleFactorDialogContext class.

C#
public ScaleFactorDialogContext(RadSpreadsheet radSpreadsheet)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

Properties

Gets or sets the selected scale factor percent.

C#
public double SelectedScaleFactorPercent { get; set; }
Property Value:

The selected scale factor percent.