Spread Windows Forms 12.0 Product Documentation
BevelBorder Constructor(BevelBorderType)
Example 


FarPoint.Win Assembly > FarPoint.Win Namespace > BevelBorder Class > BevelBorder Constructor : BevelBorder Constructor(BevelBorderType)
Type of beveled border
Creates a beveled border of the specified type.
Syntax
'Declaration
 
Public Function New( _
   ByVal type As BevelBorderType _
)
'Usage
 
Dim type As BevelBorderType
 
Dim instance As New BevelBorder(type)
public BevelBorder( 
   BevelBorderType type
)

Parameters

type
Type of beveled border
Remarks
Use the BevelBorderType enumeration to specify the type.

Example
This example creates a bevel border.
FarPoint.Win.BevelBorder bevel = new FarPoint.Win.BevelBorder(BevelBorderType.Lowered);
Dim bevel as New FarPoint.Win.BevelBorder(BevelBorderType.Lowered)
See Also

Reference

BevelBorder Class
BevelBorder Members
Overload List
BevelBorderType Enumeration
Type Property