New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class RotateCommandContext

Inheritance: objectRotateCommandContext

Constructors

C#
public RotateCommandContext(double degrees, Color backgroundColor)
Parameters:degreesdoublebackgroundColorColor
C#
public RotateCommandContext(double degrees)
Parameters:degreesdouble

Properties

C#
public Color BackgroundColor { get; }
C#
public double Degrees { get; }