WPF does support this through a type converter. It can be done by using a comma in between enum values:
<ns:SomeControl Flags="FlagA,FlagB" />
WPF does support this through a type converter. It can be done by using a comma in between enum values:
<ns:SomeControl Flags="FlagA,FlagB" />