I'm searching for an option to apply a margin or/and padding to an inline element as Span in Flowdocument. Any ideas?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
You can find a good overview how to handle text in FlowDocument in the following link. http://msdn.microsoft.com/en-us/library/aa970786.aspx
I used TextBlock. As it seems TextBlock is unable have a margin. So be sure to use padding instead.