[]
Sets the value of the BreakLine attached property for the specified element.
public static void SetBreakLine(FrameworkElement element, BreakLine value)
Public Shared Sub SetBreakLine(element As FrameworkElement, value As BreakLine)
| Type | Name | Description |
|---|---|---|
| FrameworkElement | element | The element to write the attached property to. |
| BreakLine | value | The property value to set. |