←Select platform

Depth Property

Summary

Gets or sets a value that represents the apparent depth of the bump three-dimensional effect.

Syntax

C#
VB
WinRT C#
C++
public int Depth { get; set; } 
  
Public Property Depth As Integer 
public int Depth {get; set;} 
  
get_Depth(); 
set_Depth(value); 
Object.defineProperty('Depth');  
public: 
property int Depth { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the apparent depth of this three-dimensional effect. This property only accepts positive values.

Example

Refer to BumpMapCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly