You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to be able to specify a height around a TextAnnotation similar to how we describe the width.
Describe the solution you'd like
TextBlock should have a property called height with the following attributes
It should act similar to width. 0 height means the height grows with the text.
We'd need to figure out which takes priority when a user adds runs to the TextBlock that don't fit in the specified width or height. I propose for simplicities sake, that the height grows, and the width remains the same.
Also units should be meters
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to be able to specify a height around a
TextAnnotation
similar to how we describe thewidth
.Describe the solution you'd like
TextBlock
should have a property calledheight
with the following attributeswidth
.0
height means the height grows with the text.TextBlock
that don't fit in the specifiedwidth
orheight
. I propose for simplicities sake, that the height grows, and the width remains the same.The text was updated successfully, but these errors were encountered: