Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1WrapPanel Class / SetBreakLine Method
The element to write the attached property to.
The property value to set.

In This Topic
    SetBreakLine Method (C1WrapPanel)
    In This Topic
    Sets the value of the BreakLine attached property for the specified element.
    Syntax
    '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.
    See Also