FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > BevelBorder クラス > BevelBorder コンストラクタ : BevelBorder コンストラクタ(BevelBorderType) |
'Declaration
Public Function New( _ ByVal type As BevelBorderType _ )
'使用法
Dim type As BevelBorderType Dim instance As New BevelBorder(type)
public BevelBorder( BevelBorderType type )
FarPoint.Win.BevelBorder bevel = new FarPoint.Win.BevelBorder(BevelBorderType.Lowered);
Dim bevel as New FarPoint.Win.BevelBorder(BevelBorderType.Lowered)