Click or drag to resize

WindowlessComponentApplyTheme Method

Applies theming properties to the WindowlessComponent

Namespace:  Easymap.AddIn.Common
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.1.0.0
Syntax
public void ApplyTheme(
	IDictionary<string, string> properties,
	float outputDpi = 96f,
	bool isLayoutMetric = false
)

Parameters

properties
Type: System.Collections.GenericIDictionaryString, String
outputDpi (Optional)
Type: SystemSingle
isLayoutMetric (Optional)
Type: SystemBoolean
See Also