# StickyNoteChange

> Enum that specifies the type of change to the [StickyNote].

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.6/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public enum StickyNoteChange
```

## Fields

| Value                                                                                                       | Description                                                              |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [Contents](/engine/6000.6/script-reference/unityeditor/experimental/graphview/stickynotechange/contents.md) | Specify that the content of the \[StickyNote] has changed.               |
| [FontSize](/engine/6000.6/script-reference/unityeditor/experimental/graphview/stickynotechange/fontsize.md) | Specify that the size of the font used by the \[StickyNote] has changed. |
| [Position](/engine/6000.6/script-reference/unityeditor/experimental/graphview/stickynotechange/position.md) | Specify that the position of the \[StickyNote] has changed.              |
| [Theme](/engine/6000.6/script-reference/unityeditor/experimental/graphview/stickynotechange/theme.md)       | Specifies that the visual theme of the \[StickyNote] has changed.        |
| [Title](/engine/6000.6/script-reference/unityeditor/experimental/graphview/stickynotechange/title.md)       | Specifies that the title of the \[StickyNote] has changed.               |
