Class RotateCommandContext
Inheritance
System.Object
RotateCommandContext
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class RotateCommandContext : Object
Constructors
RotateCommandContext(Double)
Declaration
public RotateCommandContext(double degrees)
Parameters
System.
|
RotateCommandContext(Double, Color)
Declaration
public RotateCommandContext(double degrees, Color backgroundColor)
Parameters
System.
|
System.
|
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; }
Property Value
System.
|
Degrees
Declaration
public double Degrees { get; }
Property Value
System.
|