What Property Of Oil Makes It Float On Water

I would like to understand how the built-in function property works. What confuses me is that property can also be used as a decorator, but it only takes arguments when used as a built-in function ...

what property of oil makes it float on water 1

In my situation I had my property auto initialize a command in a ViewModel for a View. I changed the property to use expression bodied initializer and the command CanExecute stopped working. Here's what it looked like and here's what was happening.

what property of oil makes it float on water 2

In python I can add a method to a class with the @classmethod decorator. Is there a similar decorator to add a property to a class? I can better show what I'm talking about. class Example(object...

what property of oil makes it float on water 3