DashboardHelperAddStyle Method
Utility method for adding a style rule property/value to an element.
Concatenates the style rule to the existing style attribute, if already defined.
Namespace: MFiles.VAF.Configuration.Domain.DashboardsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static void AddStyle(
XmlElement elem,
string property,
string value
)
Parameters
- elem XmlElement
- The element to add the style rule to.
- property String
- The rule property to add.
- value String
- The value or the rule property to add.