how can i get a list of all Style
properties available ?
like in the visual studio desingner mode there's an IntelliSense properties list for each element supported,
so as soon as you type style=
you get offerd by all available properties.
i would like to have it available as a collection or list in code behind too.
shouldn't it be available in a well known .net built in public class
?
i was searching the System.Web.UI.CssStyleCollection
but couldn't get it through any method yet. i am sure it is (should be) very simple .
thanks in advance !
as explained in msdn :
CssStyleCollection for the specified HTML server control
i was trying to have all available properties not only those applied on a given element or control in a given page. thanks for your comment @Abody97