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


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)
Requirements

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

See Also

Reference

BevelBorder Class
BevelBorder Members
Overload List
BevelBorderType Enumeration
Type Property

 

 


Copyright © GrapeCity, inc. All rights reserved.