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.Double
degrees
|
RotateCommandContext(Double, Color)
Declaration
public RotateCommandContext(double degrees, Color backgroundColor)
Parameters
System.Double
degrees
|
System.Windows.Media.Color
backgroundColor
|
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; }
Property Value
System.Windows.Media.Color
|
Degrees
Declaration
public double Degrees { get; }
Property Value
System.Double
|