Definition
Namespace:Telerik.Windows.Media.Imaging.Commands
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class CanvasResizeCommandContext
Inheritance: objectCanvasResizeCommandContext
Constructors
C#
public CanvasResizeCommandContext(Color backgroundColor, HorizontalAlignment imageHorizontalAlignment, VerticalAlignment imageVerticalAlignment, int canvasWidth, int canvasHeight)
Properties
BackgroundColor
Color
C#
public Color BackgroundColor { get; }
C#
public int CanvasHeight { get; set; }
C#
public int CanvasWidth { get; set; }
ImageHorizontalAlignment
HorizontalAlignment
C#
public HorizontalAlignment ImageHorizontalAlignment { get; }
ImageVerticalAlignment
VerticalAlignment
C#
public VerticalAlignment ImageVerticalAlignment { get; }