StickyType

Enum class that represents different types of sticky items. Each sticky item can have one of the following types, each corresponding to a specific kind of sticky element.

Entries

Link copied to clipboard

Represents a sticky note, typically a post-it note style. This is a simple sticky item, often used for text notes.

Link copied to clipboard

Represents a sticky item that displays a painter image. This could be an image that is drawn or rendered in some way.

Link copied to clipboard

Represents a sticky item that displays a vector image. Vector images are scalable graphics created using mathematical formulas.

Link copied to clipboard

Represents a sticky item that displays a bitmap image. Bitmap images are pixel-based graphics, commonly used for photographs and detailed images.

Link copied to clipboard

Represents a sticky item that functions like a text box. This can be used for larger blocks of text or for more complex textual content.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.