←Select platform

Amount Property

Summary

Gets or sets the amount of the emboss value. This is a dependency property.

Syntax

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

Property Value

The amount of the emboss value. Default value is 0.5.

Example

For XAML example, refer to EmbossEffect.

For C#/VB examples, refer to EmbossEffect.

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.Windows.Media.Effects Assembly