GrapeCity MultiRow Windows Forms Documentation
RoundedBorder Constructor(Line,Line,Line,Line,Line,Line,Single)


The line for the left side.
The line for the top side.
The line for the right side.
The line for the bottom side.
The line for the up diagonal line.
The line for the down diagonal line.
The radius, in percent of the shortest side, used for all corners.
Initializes a new instance of the RoundedBorder class using the specified lines and the allCornerRadius options.
Syntax
Public Function New( _
   ByVal left As Line, _
   ByVal top As Line, _
   ByVal right As Line, _
   ByVal bottom As Line, _
   ByVal diagonalUp As Line, _
   ByVal diagonalDown As Line, _
   ByVal allCornerRadius As Single _
)
Dim left As Line
Dim top As Line
Dim right As Line
Dim bottom As Line
Dim diagonalUp As Line
Dim diagonalDown As Line
Dim allCornerRadius As Single
 
Dim instance As New RoundedBorder(left, top, right, bottom, diagonalUp, diagonalDown, allCornerRadius)
public RoundedBorder( 
   Line left,
   Line top,
   Line right,
   Line bottom,
   Line diagonalUp,
   Line diagonalDown,
   float allCornerRadius
)

Parameters

left
The line for the left side.
top
The line for the top side.
right
The line for the right side.
bottom
The line for the bottom side.
diagonalUp
The line for the up diagonal line.
diagonalDown
The line for the down diagonal line.
allCornerRadius
The radius, in percent of the shortest side, used for all corners.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RoundedBorder Class
RoundedBorder Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.