Hi All I want to crate a custom skin for a Spark button with textAlign to be set to "left", but i found out there is a restriction set in Button class that prevent accepting textAlign values
is there any way to override [Exclude(name="textAlign", kind="style")] setting in Button subclass so that i can set this through css or is there any alternative way to achieve this Thanks Sumudu
