C# Class Eurofurence.Companion.ViewModel.Behaviors.WikiTextBoxProperties

Datei anzeigen Open project: eurofurence/ef-app_wp

Public Properties

Property Type Description
WikiTextProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetWikiText ( TextBlock wb ) : string
SetWikiText ( TextBlock wb, string html ) : void

Private Methods

Method Description
OnWikiTextChanged ( DependencyObject depObj, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetWikiText() public static method

public static GetWikiText ( TextBlock wb ) : string
wb Windows.UI.Xaml.Controls.TextBlock
return string

SetWikiText() public static method

public static SetWikiText ( TextBlock wb, string html ) : void
wb Windows.UI.Xaml.Controls.TextBlock
html string
return void

Property Details

WikiTextProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml WikiTextProperty
return Windows.UI.Xaml.DependencyProperty