There is no convention for which direction a certain angle represents in XNA, so you can just define it however you like.
I'm not sure when the last time I used angles in a game was. In almost every case it's easier to work directly with vectors, if a little less intuitive to begin with.