ClassFormatShapesDialogViewModel
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
ChangeLockAspectRatioCommand
Gets the change lock aspect ratio command.
Declaration
public ICommand ChangeLockAspectRatioCommand { get; }
Property Value
The change lock aspect ratio command.
ChangeRelativeToOriginalResizeCommand
Gets the change relative to original resize command.
Declaration
public ICommand ChangeRelativeToOriginalResizeCommand { get; }
Property Value
The change relative to original resize command.
CloseCommand
Gets the close command.
Declaration
public ICommand CloseCommand { get; }
Property Value
The close command.
CommonHeight
Gets or sets the height of the common.
Declaration
public double? CommonHeight { get; set; }
Property Value
The height of the common.
CommonWidth
Gets or sets the width of the common.
Declaration
public double? CommonWidth { get; set; }
Property Value
The width of the common.
HeightScale
Gets or sets the height scale.
Declaration
public double? HeightScale { get; set; }
Property Value
The height scale.
InitialLockAspectRatio
Gets the initial lock aspect ratio.
Declaration
public bool? InitialLockAspectRatio { get; }
Property Value
bool?
The initial lock aspect ratio.
InitialRelativeToOriginalResize
Gets the initial relative to original resize.
Declaration
public bool? InitialRelativeToOriginalResize { get; }
Property Value
bool?
The initial relative to original resize.
OriginalHeight
Gets the height of the original.
Declaration
public string OriginalHeight { get; }
Property Value
The height of the original.
OriginalWidth
Gets the width of the original.
Declaration
public string OriginalWidth { get; }
Property Value
The width of the original.
RegionalUnitString
Gets the regional unit string.
Declaration
public static string RegionalUnitString { get; }
Property Value
The regional unit string.
RelativeToOriginalResizeIsEnabled
Gets the relative to original resize is enabled.
Declaration
public bool RelativeToOriginalResizeIsEnabled { get; }
Property Value
The relative to original resize is enabled.
ResetCommand
Gets the reset command.
Declaration
public ICommand ResetCommand { get; }
Property Value
The reset command.
Rotation
Gets or sets the rotation.
Declaration
public double? Rotation { get; set; }
Property Value
The rotation.
SelectionHasImages
Gets the selection has images.
Declaration
public bool SelectionHasImages { get; }
Property Value
The selection has images.
SetScaleHeightCommand
Gets the set scale height command.
Declaration
public ICommand SetScaleHeightCommand { get; }
Property Value
The set scale height command.
SetScaleWidthCommand
Gets the set scale width command.
Declaration
public ICommand SetScaleWidthCommand { get; }
Property Value
The set scale width command.
SetShapeHeightCommand
Gets the set shape height command.
Declaration
public ICommand SetShapeHeightCommand { get; }
Property Value
The set shape height command.
SetShapeRotationCommand
Gets the set shape rotation command.
Declaration
public ICommand SetShapeRotationCommand { get; }
Property Value
The set shape rotation command.
SetShapeWidthCommand
Gets the set shape width command.
Declaration
public ICommand SetShapeWidthCommand { get; }
Property Value
The set shape width command.
WidthScale
Gets or sets the width scale.
Declaration
public double? WidthScale { get; set; }
Property Value
The width scale.