Nevron .NET Vision
Nevron.GraphicsCore Namespace / NBevelAndEmbossImageFilter Class / Depth Property


In This Topic
    Depth Property (NBevelAndEmbossImageFilter)
    In This Topic
    The depth of the bevel effect, affects the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Size")>
    <System.ComponentModel.DescriptionAttribute("The depth of the bevel effect, affects the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.")>
    Public Property Depth As NLength
    'Usage
     
    
    Dim instance As NBevelAndEmbossImageFilter
    Dim value As NLength
     
    instance.Depth = value
     
    value = instance.Depth
    [System.ComponentModel.Category("Size")]
    [System.ComponentModel.Description("The depth of the bevel effect, affects the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.")]
    public NLength Depth {get; set;}
    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