ReadOnlyImagePropertyWrapper
class ReadOnlyImagePropertyWrapper(wraps: ImageProperty) : ReadOnlyPropertyWrapper<Image, Property<Image>> , ReadOnlyImageProperty
Never use this class directly. Use ImageProperty.asReadOnly to obtain a read-only version of a mutable ImageProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Image, Property<Image>>
, use ReadOnlyImagePropertyWrapper
.