Gets all style properties

C# | Visual Basic | Visual C++ |
public static List<StyleAttribute> GetStyleAttributes( Type type )
Public Shared Function GetStyleAttributes ( _ type As Type _ ) As List(Of StyleAttribute)
public: static List<StyleAttribute^>^ GetStyleAttributes( Type^ type )

- type (Type)