what is visual state in wpf? and anyone knows how to start understand and use that?
maybe like a complete tutorial, because i never touch visual state before. or just a
Visual state is used to change the appearance of wpf control in different states of the control , for example take the case of a radio button, it may appear differently while focused , while clicked or while disabled ,
visual states falls under different visual state groups like
mostly used visual states are :
An example of visualstate used in a radio button style is given