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


C1.Silverlight Namespace > C1WrapPanel Class : GetBreakLine Method
The element from which to read the attached property.
Gets the value of the BreakLine attached property for the specified element.
Syntax
'Declaration
 
Public Shared Function GetBreakLine( _
   ByVal element As System.Windows.DependencyObject _
) As BreakLine
'Usage
 
Dim element As System.Windows.DependencyObject
Dim value As BreakLine
 
value = C1WrapPanel.GetBreakLine(element)
public static BreakLine GetBreakLine( 
   System.Windows.DependencyObject element
)

Parameters

element
The element from which to read the attached property.

Return Value

The value of the BreakLine property.
See Also

Reference

C1WrapPanel Class
C1WrapPanel Members