Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have a ilogic rule to turn on the view label in a drawing and change it using iproperties.
The rule use the line below to change font type and size:
oModelPN="<StyleOverride Font='" & Sfont1 & "' FontSize='0.7'>" & oPropSet(2).Value & "</StyleOverride>"
Is there any way to change the text stretch as well?
Solved! Go to Solution.