Represents a
Bevel object that has a
Color value set to
System.Drawing.Color.Empty, and
Width,
Lightness and
Darkness values set to 0.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared ReadOnly Property Empty As Bevel |
| Visual Basic (Usage) | Copy Code |
|---|
Dim value As Bevel
value = Bevel.Empty |
| C# | |
|---|
public static Bevel Empty {get;} |
Property Value
A
Bevel value that indicates the empty value.
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