WindowlessComponentApplyTheme Method |
Namespace:
Easymap.AddIn.Common
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.1.0.0
Syntaxpublic void ApplyTheme(
IDictionary<string, string> properties,
float outputDpi = 96f,
bool isLayoutMetric = false
)
Public Sub ApplyTheme (
properties As IDictionary(Of String, String),
Optional outputDpi As Single = 96F,
Optional isLayoutMetric As Boolean = false
)
Parameters
- properties
- Type: System.Collections.GenericIDictionaryString, String
- outputDpi (Optional)
- Type: SystemSingle
- isLayoutMetric (Optional)
- Type: SystemBoolean
See Also