Class
FormatShapesDialogViewModel

Represents format shapes dialog view model.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class FormatShapesDialogViewModel : DialogViewModelBase<FormatShapesDialogContext>

Inheritance: objectDialogViewModelBase<FormatShapesDialogContext>FormatShapesDialogViewModel

Inherited Members DialogViewModelBase<FormatShapesDialogContext>.Context

Properties

ChangeLockAspectRatioCommand

Gets the change lock aspect ratio command.

Declaration

cs-api-definition
public ICommand ChangeLockAspectRatioCommand { get; }

Property Value

ICommand

The change lock aspect ratio command.

ChangeRelativeToOriginalResizeCommand

Gets the change relative to original resize command.

Declaration

cs-api-definition
public ICommand ChangeRelativeToOriginalResizeCommand { get; }

Property Value

ICommand

The change relative to original resize command.

CloseCommand

Gets the close command.

Declaration

cs-api-definition
public ICommand CloseCommand { get; }

Property Value

ICommand

The close command.

CommonHeight

Gets or sets the height of the common.

Declaration

cs-api-definition
public double? CommonHeight { get; set; }

Property Value

double?

The height of the common.

CommonWidth

Gets or sets the width of the common.

Declaration

cs-api-definition
public double? CommonWidth { get; set; }

Property Value

double?

The width of the common.

HeightScale

Gets or sets the height scale.

Declaration

cs-api-definition
public double? HeightScale { get; set; }

Property Value

double?

The height scale.

InitialLockAspectRatio

Gets the initial lock aspect ratio.

Declaration

cs-api-definition
public bool? InitialLockAspectRatio { get; }

Property Value

bool?

The initial lock aspect ratio.

InitialRelativeToOriginalResize

Gets the initial relative to original resize.

Declaration

cs-api-definition
public bool? InitialRelativeToOriginalResize { get; }

Property Value

bool?

The initial relative to original resize.

OriginalHeight

Gets the height of the original.

Declaration

cs-api-definition
public string OriginalHeight { get; }

Property Value

string

The height of the original.

OriginalWidth

Gets the width of the original.

Declaration

cs-api-definition
public string OriginalWidth { get; }

Property Value

string

The width of the original.

RegionalUnitString

Gets the regional unit string.

Declaration

cs-api-definition
public static string RegionalUnitString { get; }

Property Value

string

The regional unit string.

RelativeToOriginalResizeIsEnabled

Gets the relative to original resize is enabled.

Declaration

cs-api-definition
public bool RelativeToOriginalResizeIsEnabled { get; }

Property Value

bool

The relative to original resize is enabled.

ResetCommand

Gets the reset command.

Declaration

cs-api-definition
public ICommand ResetCommand { get; }

Property Value

ICommand

The reset command.

Rotation

Gets or sets the rotation.

Declaration

cs-api-definition
public double? Rotation { get; set; }

Property Value

double?

The rotation.

SelectionHasImages

Gets the selection has images.

Declaration

cs-api-definition
public bool SelectionHasImages { get; }

Property Value

bool

The selection has images.

SetScaleHeightCommand

Gets the set scale height command.

Declaration

cs-api-definition
public ICommand SetScaleHeightCommand { get; }

Property Value

ICommand

The set scale height command.

SetScaleWidthCommand

Gets the set scale width command.

Declaration

cs-api-definition
public ICommand SetScaleWidthCommand { get; }

Property Value

ICommand

The set scale width command.

SetShapeHeightCommand

Gets the set shape height command.

Declaration

cs-api-definition
public ICommand SetShapeHeightCommand { get; }

Property Value

ICommand

The set shape height command.

SetShapeRotationCommand

Gets the set shape rotation command.

Declaration

cs-api-definition
public ICommand SetShapeRotationCommand { get; }

Property Value

ICommand

The set shape rotation command.

SetShapeWidthCommand

Gets the set shape width command.

Declaration

cs-api-definition
public ICommand SetShapeWidthCommand { get; }

Property Value

ICommand

The set shape width command.

WidthScale

Gets or sets the width scale.

Declaration

cs-api-definition
public double? WidthScale { get; set; }

Property Value

double?

The width scale.