In This Topic
            
            Gets the value of the BreakLine attached property for the specified element.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function GetBreakLine( _
   ByVal  As Windows.UI.Xaml.DependencyObject _
) As BreakLine
             
        
            
            public static BreakLine GetBreakLine( 
   Windows.UI.Xaml.DependencyObject 
)
             
        
             
        
            Parameters
- element
 
- The element from which to read the attached property.
 
            
            Return Value
The value of the BreakLine property.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also