| Visual Basic (Declaration) | |
|---|---|
Public Property Width As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EmbossEffect Dim value As Double instance.Width = value value = instance.Width | |
| C# | |
|---|---|
public double Width {get; set;} | |
Property Value
The amount of the shift used to render the emboss effect. Default value is 0.003.For XAML example, refer to EmbossEffect.
For C#/VB examples, refer to EmbossEffect.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code