Class FormatShapesDialogViewModel
Represents format shapes dialog view model.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FormatShapesDialogViewModel : DialogViewModelBase<FormatShapesDialogContext>
Properties
ChangeLockAspectRatioCommand
Gets the change lock aspect ratio command.
Declaration
public ICommand ChangeLockAspectRatioCommand { get; }
Property Value
System.Windows.Input.ICommand
The change lock aspect ratio command. |
ChangeRelativeToOriginalResizeCommand
Gets the change relative to original resize command.
Declaration
public ICommand ChangeRelativeToOriginalResizeCommand { get; }
Property Value
System.Windows.Input.ICommand
The change relative to original resize command. |
CloseCommand
Gets the close command.
Declaration
public ICommand CloseCommand { get; }
Property Value
System.Windows.Input.ICommand
The close command. |
CommonHeight
Gets or sets the height of the common.
Declaration
public Nullable<double> CommonHeight { get; set; }
Property Value
System.Nullable<System.Double>
The height of the common. |
CommonWidth
Gets or sets the width of the common.
Declaration
public Nullable<double> CommonWidth { get; set; }
Property Value
System.Nullable<System.Double>
The width of the common. |
HeightScale
Gets or sets the height scale.
Declaration
public Nullable<double> HeightScale { get; set; }
Property Value
System.Nullable<System.Double>
The height scale. |
InitialLockAspectRatio
Gets the initial lock aspect ratio.
Declaration
public Nullable<bool> InitialLockAspectRatio { get; }
Property Value
System.Nullable<System.Boolean>
The initial lock aspect ratio. |
InitialRelativeToOriginalResize
Gets the initial relative to original resize.
Declaration
public Nullable<bool> InitialRelativeToOriginalResize { get; }
Property Value
System.Nullable<System.Boolean>
The initial relative to original resize. |
OriginalHeight
Gets the height of the original.
Declaration
public string OriginalHeight { get; }
Property Value
System.String
The height of the original. |
OriginalWidth
Gets the width of the original.
Declaration
public string OriginalWidth { get; }
Property Value
System.String
The width of the original. |
RegionalUnitString
Gets the regional unit string.
Declaration
public static string RegionalUnitString { get; }
Property Value
System.String
The regional unit string. |
RelativeToOriginalResizeIsEnabled
Gets the relative to original resize is enabled.
Declaration
public bool RelativeToOriginalResizeIsEnabled { get; }
Property Value
System.Boolean
The relative to original resize is enabled. |
ResetCommand
Gets the reset command.
Declaration
public ICommand ResetCommand { get; }
Property Value
System.Windows.Input.ICommand
The reset command. |
Rotation
Gets or sets the rotation.
Declaration
public Nullable<double> Rotation { get; set; }
Property Value
System.Nullable<System.Double>
The rotation. |
SelectionHasImages
Gets the selection has images.
Declaration
public bool SelectionHasImages { get; }
Property Value
System.Boolean
The selection has images. |
SetScaleHeightCommand
Gets the set scale height command.
Declaration
public ICommand SetScaleHeightCommand { get; }
Property Value
System.Windows.Input.ICommand
The set scale height command. |
SetScaleWidthCommand
Gets the set scale width command.
Declaration
public ICommand SetScaleWidthCommand { get; }
Property Value
System.Windows.Input.ICommand
The set scale width command. |
SetShapeHeightCommand
Gets the set shape height command.
Declaration
public ICommand SetShapeHeightCommand { get; }
Property Value
System.Windows.Input.ICommand
The set shape height command. |
SetShapeRotationCommand
Gets the set shape rotation command.
Declaration
public ICommand SetShapeRotationCommand { get; }
Property Value
System.Windows.Input.ICommand
The set shape rotation command. |
SetShapeWidthCommand
Gets the set shape width command.
Declaration
public ICommand SetShapeWidthCommand { get; }
Property Value
System.Windows.Input.ICommand
The set shape width command. |
WidthScale
Gets or sets the width scale.
Declaration
public Nullable<double> WidthScale { get; set; }
Property Value
System.Nullable<System.Double>
The width scale. |