Enum PreviewInteractionKind
What kind of interaction happened in the preview.
Namespace: Serenity.Ui.Infrastructure.Editor.Preview
Assembly: Serenity.UnityUi.Infrastructure.Editor.dll
Syntax
public enum PreviewInteractionKind
Fields
| Name | Description |
|---|---|
| ELEMENT_SELECTED | An element was clicked, or the preview adopted a selection pushed by the wizard. |
| ELEMENT_TRANSFORMED | An element's offset, scale or rotation changed through a drag gesture. |