Class CanvasResizeCommandContext
Inheritance
System.Object
CanvasResizeCommandContext
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class CanvasResizeCommandContext : Object
Constructors
CanvasResizeCommandContext(Color, HorizontalAlignment, VerticalAlignment, Int32, Int32)
Declaration
public CanvasResizeCommandContext(Color backgroundColor, HorizontalAlignment imageHorizontalAlignment, VerticalAlignment imageVerticalAlignment, int canvasWidth, int canvasHeight)
Parameters
System.Windows.Media.Color
backgroundColor
|
System.Windows.HorizontalAlignment
imageHorizontalAlignment
|
System.Windows.VerticalAlignment
imageVerticalAlignment
|
System.Int32
canvasWidth
|
System.Int32
canvasHeight
|
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; }
Property Value
System.Windows.Media.Color
|
CanvasHeight
Declaration
public int CanvasHeight { get; set; }
Property Value
System.Int32
|
CanvasWidth
Declaration
public int CanvasWidth { get; set; }
Property Value
System.Int32
|
ImageHorizontalAlignment
Declaration
public HorizontalAlignment ImageHorizontalAlignment { get; }
Property Value
System.Windows.HorizontalAlignment
|
ImageVerticalAlignment
Declaration
public VerticalAlignment ImageVerticalAlignment { get; }
Property Value
System.Windows.VerticalAlignment
|