Class
ImageSelectionAdornerSettings

Definition

Namespace:Telerik.WinForms.Documents.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ImageSelectionAdornerSettings

Inheritance: objectImageSelectionAdornerSettings

Constructors

ImageSelectionAdornerSettings()

Declaration

cs-api-definition
public ImageSelectionAdornerSettings()

Properties

CanDrag

Declaration

cs-api-definition
public bool CanDrag { get; set; }

Property Value

bool

CanResize

Declaration

cs-api-definition
public bool CanResize { get; set; }

Property Value

bool

CanRotate

Declaration

cs-api-definition
public bool CanRotate { get; set; }

Property Value

bool

Events

ImageSelectionAdornerShowing

Declaration

cs-api-definition
public event EventHandler<ImageSelectionAdornerShowingEventArgs> ImageSelectionAdornerShowing

Event Value

EventHandler<ImageSelectionAdornerShowingEventArgs>