This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--PageWidth內填入單行最大長度(16進位)--> | |
<RichTextBox.Resources> | |
<Style TargetType="{x:Type Paragraph}"> | |
<Setter Property="Margin" Value="0"/> | |
</Style> | |
</RichTextBox.Resources> | |
<RichTextBox.Document> | |
<FlowDocument PageWidth="2048"/><!--字元拉長到2048--> | |
</RichTextBox.Document> |
沒有留言:
張貼留言