Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to get text note type color,
but for some strange reason both of these this returns null:
element.get_Parameter(BuiltInParameter.TEXT_COLOR).AsValueString();
element.get_Parameter(BuiltInParameter.LINE_COLOR).AsValueString();
What could be the problem?
Solved! Go to Solution.