Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Depth Property
See Also 
Leadtools.Windows.Media.Effects.Effects Namespace > MaskConvolutionCommandBitmapEffect Class : Depth Property





Gets or sets the depth of the 3d effect.

Syntax

Visual Basic (Declaration) 
Public Property Depth As Integer
Visual Basic (Usage)Copy Code
Dim instance As MaskConvolutionCommandBitmapEffect
Dim value As Integer
 
instance.Depth = value
 
value = instance.Depth
C# 
public int Depth {get; set;}
C++/CLI 
public:
property int Depth {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object Depth =int >

Dependencies Property Information 

Identifier field

DepthProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Depth =int >

Dependencies Property Information 

Identifier field

DepthProperty

Metadata properties set to true

None

Return Value

The depth of the 3D effect. (This value is divided internally by 100). This value is used as a multiplier for the individual mask values.

Example

For XAML example, refer to MaskConvolutionCommandBitmapEffect.

For C#/VB examples, refer to MaskConvolutionCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also