bitflag enum PropertyFlag { Const = 0x010000, Bindable = 0x020000, AutoGet = 0x100000, AutoSet = 0x200000, };