Class FlipCommandContext
Inheritance
System.Object
FlipCommandContext
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 FlipCommandContext
Constructors
FlipCommandContext(Orientation)
Declaration
public FlipCommandContext(Orientation orientation)
Parameters
System.Windows.Controls.Orientation
orientation
|
Properties
FlipOrientation
Declaration
public Orientation FlipOrientation { get; set; }
Property Value
System.Windows.Controls.Orientation
|