ComponentOne Basic Library for UWP
SetBreakLine Method

C1.UWP Assembly > C1.Xaml Namespace > C1WrapPanel Class : SetBreakLine Method
The element to write the attached property to.
The property value to set.
Sets the value of the BreakLine attached property for the specified element.
Syntax
'Declaration
 
Public Shared Sub SetBreakLine( _
   ByVal element As Windows.UI.Xaml.DependencyObject, _
   ByVal value As BreakLine _
) 
public static void SetBreakLine( 
   Windows.UI.Xaml.DependencyObject element,
   BreakLine value
)

Parameters

element
The element to write the attached property to.
value
The property value to set.
See Also

Reference

C1WrapPanel Class
C1WrapPanel Members