property_flags property

property_flags property

The Property Flags. Contains property bit values for property Auto Scale only (0x100).

Definition:

@property
def property_flags(self):
    ...
@property_flags.setter
def property_flags(self, value):
    ...

See Also