Sets the value of the BreakLine attached property for the specified element.

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

Syntax

C#
public static void SetBreakLine(
	DependencyObject element,
	BreakLine value
)
Visual Basic
Public Shared Sub SetBreakLine ( _
	element As DependencyObject, _
	value As BreakLine _
)

Parameters

element
Type: System.Windows..::..DependencyObject
The element to write the attached property to.
value
Type: C1.Phone..::..BreakLine
The property value to set.

See Also