BevelBitmapEffect.EdgeProfile Property

Definition

Note: This API is now obsolete. The non-obsolete alternative is Effect. Gets or sets the curve of the bevel.

public:
 property System::Windows::Media::Effects::EdgeProfile EdgeProfile { System::Windows::Media::Effects::EdgeProfile get(); void set(System::Windows::Media::Effects::EdgeProfile value); };
public System.Windows.Media.Effects.EdgeProfile EdgeProfile { get; set; }
member this.EdgeProfile : System.Windows.Media.Effects.EdgeProfile with get, set
Public Property EdgeProfile As EdgeProfile

Property Value

The curve of the bevel. The default value is Linear.

Remarks

The following illustration demonstrates the effect of this property:

Screenshot: Compare values of EdgeProfile

Dependency Property Information

Identifier field EdgeProfileProperty
Metadata properties set to true None

Applies to