Gets or sets the apparent depth of the canvas image.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Emboss As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CanvasCommand
Dim value As Integer
instance.Emboss = value
value = instance.Emboss
|
C# | |
---|
public int Emboss {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_Emboss();
public: __property void set_Emboss(
int value
); |
C++/CLI | |
---|
public:
property int Emboss {
int get();
void set (int value);
} |
Return Value
Apparent depth of the canvas image. Valid range is from 0 to 200. When Transparency is at 100, and Emboss is 0 only the image displays. Increasing Emboss increases the apparent depth of the canvas image.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also