c# - How to define stroke around background rectangle of textblock in WPF? -


I have to do some text inside a rectangle with strokes around this rectangle (like the "stroke" of the property " Rectangle itself ") but I did not manage to find the property of" text block "which defined such stroke.

You enter TextBlock within a border And you can set the properties of border to draw rectangles around your text.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -