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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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.Silverlight..::..BreakLine
The property value to set.

See Also