dotnetCHARTING Send comments on this topic.
Bevel Property
See Also 
dotnetCHARTING Namespace > Background Class : Bevel Property



Gets or sets a value that indicates wherer this background will use a bevel shading effect.

Syntax

Visual Basic (Declaration) 
Public Property Bevel As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Background
Dim value As Boolean
 
instance.Bevel = value
 
value = instance.Bevel
C# 
public bool Bevel {get; set;}
C++/CLI 
public:
property bool Bevel {
   bool get();
   void set (bool value);
}

See Also