EmbossBitmapEffect.Relief Property

Definition

Note: This API is now obsolete. The non-obsolete alternative is Effect. Gets or sets the amount of relief of the emboss.

public:
 property double Relief { double get(); void set(double value); };
public double Relief { get; set; }
member this.Relief : double with get, set
Public Property Relief As Double

Property Value

The amount of relief of the emboss. The valid range of values is 0-1 with 0 having the least relief and 1 having the most. The default value is 0.44.

Remarks

The following illustration demonstrates the effect of this property:

Screenshot: Compare minimum and higher relief

Dependency Property Information

Identifier field ReliefProperty
Metadata properties set to true None

Applies to