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.3.0.0
Syntax
public void ApplyTheme(
	IDictionary<string, string> properties,
	float outputDpi = 96f,
	bool isLayoutMetric = false
)

Parameters

properties  IDictionaryString, String
 
outputDpi  Single  (Optional)
 
isLayoutMetric  Boolean  (Optional)
 
See Also