Class ImageSelectionAdornerShowingEventArgs
Inheritance
System.Object
ImageSelectionAdornerShowingEventArgs
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ImageSelectionAdornerShowingEventArgs : EventArgs
Constructors
ImageSelectionAdornerShowingEventArgs(Boolean, Boolean, Boolean)
Declaration
public ImageSelectionAdornerShowingEventArgs(bool canRotate, bool canDrag, bool canResize)
Parameters
System.Boolean
canRotate
|
System.Boolean
canDrag
|
System.Boolean
canResize
|
Properties
CanDrag
Declaration
public bool CanDrag { get; set; }
Property Value
System.Boolean
|
CanResize
Declaration
public bool CanResize { get; set; }
Property Value
System.Boolean
|
CanRotate
Declaration
public bool CanRotate { get; set; }
Property Value
System.Boolean
|