Spread Windows Forms 6.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 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

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