Class ScaleFactorDialogContext
Represents context for the ScaleFactorDialog.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ScaleFactorDialogContext : RadSpreadsheetDialogContext
Constructors
ScaleFactorDialogContext(RadSpreadsheetElement)
Initializes a new instance of the ScaleFactorDialogContext class.
Declaration
public ScaleFactorDialogContext(RadSpreadsheetElement radSpreadsheet)
Parameters
RadSpreadsheetElement
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. |