'Declaration
Public Shared Function GetBreakLine( _ ByVal element As DependencyObject _ ) As BreakLine
'Usage
Dim element As DependencyObject Dim value As BreakLine value = C1WrapPanel.GetBreakLine(element)
public static BreakLine GetBreakLine( DependencyObject element )
public: static BreakLine GetBreakLine( DependencyObject^ element )
Parameters
- element
- The element from which to read the attached property.
Return Value
The value of the BreakLine property.