Sets the value of the BreakLine attached property for the specified element.
Syntax
'Declaration
Public Shared Sub SetBreakLine( _
ByVal As Windows.UI.Xaml.DependencyObject, _
ByVal As BreakLine _
)
public static void SetBreakLine(
Windows.UI.Xaml.DependencyObject ,
BreakLine
)
Parameters
- element
- The element to write the attached property to.
- value
- The property value to set.
See Also