Spread Silverlight Documentation
IsDoubleLine Method


The specified line.
Determines whether the specified line is a double line.
Syntax
'Declaration
 
Public Shared Function IsDoubleLine( _
   ByVal line As BorderLine _
) As System.Boolean
'Usage
 
Dim line As BorderLine
Dim value As System.Boolean
 
value = BorderLineLayoutEngine.IsDoubleLine(line)
public static System.bool IsDoubleLine( 
   BorderLine line
)

Parameters

line
The specified line.

Return Value

true if the specified line is a double line; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

BorderLineLayoutEngine Class
BorderLineLayoutEngine Members

 

 


Copyright © GrapeCity, inc. All rights reserved.