ComponentOne FinancialChart for WPF
SetBreakLine Method



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

Reference

C1WrapPanel Class
C1WrapPanel Members