Class CanvasResizeCommandContext
Inheritance
System.Object
CanvasResizeCommandContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class CanvasResizeCommandContext
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
|