'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.