Spread Windows Forms 7.0 Product Documentation
BevelBorder Constructor(BevelBorderType)
See Also  Example Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > BevelBorder Class > BevelBorder Constructor : BevelBorder Constructor(BevelBorderType)


type
Type of beveled border

Glossary Item Box

Creates a beveled border of the specified type.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As BevelBorderType _
)
Visual Basic (Usage)Copy Code
Dim type As BevelBorderType
 
Dim instance As New BevelBorder(type)
C# 
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.
C#Copy Code
FarPoint.Win.BevelBorder bevel = new FarPoint.Win.BevelBorder(BevelBorderType.Lowered);
Visual BasicCopy Code
Dim bevel as New FarPoint.Win.BevelBorder(BevelBorderType.Lowered)

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.