C# Class SRNicoNico.Views.Behaviors.HtmlTextBoxProperties

Mostra file Open project: mrtska/SRNicoNico

Public Properties

Property Type Description
HtmlTextProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetHtmlText ( System.Windows.Controls.TextBlock wb ) : string
SetHtmlText ( System.Windows.Controls.TextBlock wb, string html ) : void

Private Methods

Method Description
OnHtmlTextChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetHtmlText() public static method

public static GetHtmlText ( System.Windows.Controls.TextBlock wb ) : string
wb System.Windows.Controls.TextBlock
return string

SetHtmlText() public static method

public static SetHtmlText ( System.Windows.Controls.TextBlock wb, string html ) : void
wb System.Windows.Controls.TextBlock
html string
return void

Property Details

HtmlTextProperty public_oe static_oe property

public static DependencyProperty,System.Windows HtmlTextProperty
return System.Windows.DependencyProperty