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