Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrispulman/bbcode.wpf

BBCode User Control
https://github.com/chrispulman/bbcode.wpf

bbcode wpf wpf-controls

Last synced: 9 days ago
JSON representation

BBCode User Control

Awesome Lists containing this project

README

        

# BBCode.WPF

Supports:
Line Break `[br]` Starts a new line

Bold `[b]{text}[/b]` Makes {text} bold

Italic `[i]{text}[/i]` Makes {text} italic

Underline `[u]{text}[/u]` Underlines {text}

Strikethrough `[s]{text}[/s]` Create a strikethrough on {text}

Font-size `[size=number]{text}[/size]` Changes the font-size of {text}

Font color `[color=color]{text}[/color]` Changes the color of {text}

Link `[url=url]{text}[/url]` Makes a named link to {url}

Link Command `[url=cmd:parameter]{text}[/url]` Executes the attached ICommand with the {parameter} value

Image `[img=url]{text}[/img]` Shows the image indicated by {url} with text underneath if defined

Image (resized) `[img=url,width=width,height=height]{text}[/img]` Shows {url} image resized to {width} and {height} with text underneath if defined