Amount Property
Summary
Gets or sets the amount of the emboss value. This is a dependency property.
Syntax
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.