Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox.ApplicationBar (in C1.Phone.RichTextBox.ApplicationBar.dll)

Syntax

C#
public static void Initialize(
	FrameworkElement element,
	DependencyProperty property
)
Visual Basic
Public Shared Sub Initialize ( _
	element As FrameworkElement, _
	property As DependencyProperty _
)

Parameters

element
Type: System.Windows..::..FrameworkElement
property
Type: System.Windows..::..DependencyProperty

See Also