BevelBitmapEffect.EdgeProfile Propiedad

Definición

Nota: esta API ya está obsoleta. La alternativa no obsoleta es el método Effect. Obtiene o establece la curva del bisel.

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

Valor de propiedad

Curva del bisel. El valor predeterminado es Linear.

Comentarios

En la ilustración siguiente se muestra el efecto de esta propiedad:

Captura de pantalla: Comparar valores de EdgeProfile Captura de pantalla

Información sobre propiedades de dependencia

Campo identificador EdgeProfileProperty
Propiedades de metadatos establecidas en true Ninguno

Se aplica a