In This Topic
Gets or sets the bevel effect.
Syntax
'Declaration
Public Property Bevel As Bevel
'Usage
Dim instance As Style
Dim value As Bevel
instance.Bevel = value
value = instance.Bevel
public Bevel Bevel {get; set;}
Property Value
The
Bevel value that indicates the bevel effect.
See Also