The Opacity
property in the BaseStyles
class represents the opacity
CSS property. It determines the transparency level of an element, where a value of 1
means fully opaque and 0
means fully transparent. This property is nullable, allowing it to be unset or inherit its value from a parent element.