Gets or sets the depth of the 3d effect.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property Depth As Integer |
C# | |
---|
public int Depth {get; set;} |
C++/CLI | |
---|
public:
property int Depth {
int get();
void set ( int value);
} |
Property 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
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also