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.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
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.

See Also