Sticky Type
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
Represents a sticky item that displays a painter image. This could be an image that is drawn or rendered in some way.
Represents a sticky item that displays a vector image. Vector images are scalable graphics created using mathematical formulas.
Represents a sticky item that displays a bitmap image. Bitmap images are pixel-based graphics, commonly used for photographs and detailed images.
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.