Compartir a través de


BlurEffect.KernelType Propiedad

Definición

Obtiene o establece un valor que representa la curva que se usa para calcular el desenfoque.

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

Valor de propiedad

KernelType

KernelType que representa la curva que se usa para calcular el desenfoque. De manera predeterminada, es Gaussian.

Se aplica a

Consulte también