'Declaration
Public Shared Sub SetBreakLine( _ ByVal element As DependencyObject, _ ByVal value As BreakLine _ )
public static void SetBreakLine( DependencyObject element, BreakLine value )
Parameters
- element
- The element to write the attached property to.
- value
- The property value to set.