ComponentOne Basic Library for WPF and Silverlight
SetBreakLine Method (C1WrapPanel)


C1.Silverlight 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 System.Windows.DependencyObject, _
   ByVal value As BreakLine _
) 
'Usage
 
Dim element As System.Windows.DependencyObject
Dim value As BreakLine
 
C1WrapPanel.SetBreakLine(element, value)
public static void SetBreakLine( 
   System.Windows.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