Xceed Chart for WinForms v4.4 Documentation
BevelDepth Property


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > LightingFilter Class : BevelDepth Property
The size of the image bevel in pixels.
Syntax
'Declaration
 
<DescriptionAttribute("The length of the image bevel in pixels.")>

<CategoryAttribute("Blur")>

Public Property BevelDepth As Integer
'Usage
 
Dim instance As LightingFilter

Dim value As Integer

 

instance.BevelDepth = value

 

value = instance.BevelDepth
[Description("The length of the image bevel in pixels.")]

[Category("Blur")]

public int BevelDepth {get; set;}
Remarks
Defines the size of the convolution to apply in order to create the bump map. It is not recommended to set values higher than 10 for this property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LightingFilter Class
LightingFilter Members