c# - Color framed text in WPF -
what approach can taken, if not built in anyway, frame text of textblock color? instance white text black borders.
convert text geometry
a geometry can drawn using stroke (outline) , fill (inner brush)
what approach can taken, if not built in anyway, frame text of textblock color? instance white text black borders.
convert text geometry
a geometry can drawn using stroke (outline) , fill (inner brush)
Comments
Post a Comment