SoftBreak - TakeAsh/cs-WpfUtility GitHub Wiki

SoftBreak

  • realize 'Word Break' and 'Soft Hyphen' in Label of RibbonButton.
  • 'Word Break' tag [[WBR]] will be space when the button is large, and it will be empty when the button is small.
  • 'Soft Hyphen' tag [[SHY]] will be hyphen when the button is large, and it will be empty when the button is small.

Constant

  • WordBreakTag: string
  • SoftHyphenTag: string

Sample

  • XAML
    XAML
  • Large Icon
    Large Icon
  • Small Icon
    Small Icon

Links