←Select platform

Width Property

Summary

Gets or sets the amount of the shift used to render the emboss effect. This is a dependency property.

Syntax
C#
VB
C++
public double Width { get; set; } 
  
Public Property Width As Double 
public: 
property double Width { 
   double get(); 
   void set (    double ); 
} 

Property Value

The amount of the shift used to render the emboss effect. Default value is 0.003.

Example

For XAML example, refer to EmbossEffect.

For C#/VB examples, refer to EmbossEffect.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly