sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.68k stars 641 forks source link

TextFormat.[TextAlignment,TextLayout] -> SetTextAlignment,SetTextLayout #1044

Closed Axiverse closed 6 years ago

Axiverse commented 6 years ago

TextFormat used to have TextAlignment and TextLayout as get, set properties, but now has been separated into SetTextAlignment and SetTextLayout methods. Is this intentional or an unintended side effect of automation?

SergeyBaryshev commented 6 years ago

Same thing with Media Foundation - some of the properties turns to separate get and set methods. I think this is some bug of code generator.