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