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

Represents format shapes dialog view model.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class FormatShapesDialogViewModel : DialogViewModelBase<FormatShapesDialogContext>

Inheritance: objectDialogViewModelBase<FormatShapesDialogContext>FormatShapesDialogViewModel

Inherited Members DialogViewModelBase<FormatShapesDialogContext>.Context

Properties

Gets the change lock aspect ratio command.

C#
public ICommand ChangeLockAspectRatioCommand { get; }
Property Value:

The change lock aspect ratio command.

Gets the change relative to original resize command.

C#
public ICommand ChangeRelativeToOriginalResizeCommand { get; }
Property Value:

The change relative to original resize command.

Gets the close command.

C#
public ICommand CloseCommand { get; }
Property Value:

The close command.

Gets or sets the height of the common.

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

The height of the common.

Gets or sets the width of the common.

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

The width of the common.

Gets or sets the height scale.

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

The height scale.

Gets the initial lock aspect ratio.

C#
public bool? InitialLockAspectRatio { get; }
Property Value:

The initial lock aspect ratio.

Gets the initial relative to original resize.

C#
public bool? InitialRelativeToOriginalResize { get; }
Property Value:

The initial relative to original resize.

Gets the height of the original.

C#
public string OriginalHeight { get; }
Property Value:

The height of the original.

Gets the width of the original.

C#
public string OriginalWidth { get; }
Property Value:

The width of the original.

Gets the regional unit string.

C#
public static string RegionalUnitString { get; }
Property Value:

The regional unit string.

Gets the relative to original resize is enabled.

C#
public bool RelativeToOriginalResizeIsEnabled { get; }
Property Value:

The relative to original resize is enabled.

Gets the reset command.

C#
public ICommand ResetCommand { get; }
Property Value:

The reset command.

Gets or sets the rotation.

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

The rotation.

Gets the selection has images.

C#
public bool SelectionHasImages { get; }
Property Value:

The selection has images.

Gets the set scale height command.

C#
public ICommand SetScaleHeightCommand { get; }
Property Value:

The set scale height command.

Gets the set scale width command.

C#
public ICommand SetScaleWidthCommand { get; }
Property Value:

The set scale width command.

Gets the set shape height command.

C#
public ICommand SetShapeHeightCommand { get; }
Property Value:

The set shape height command.

Gets the set shape rotation command.

C#
public ICommand SetShapeRotationCommand { get; }
Property Value:

The set shape rotation command.

Gets the set shape width command.

C#
public ICommand SetShapeWidthCommand { get; }
Property Value:

The set shape width command.

Gets or sets the width scale.

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

The width scale.