IBackgroundEffectiveData

Interfaz IBackgroundEffectiveData

Objeto inmutable que contiene propiedades de fondo efectivas.

public interface IBackgroundEffectiveData : IFillParamSource

Propiedades

NombreDescripción
AsIFillParamSource { get; }Devuelve la interfaz IFillParamSource.
EffectFormat { get; }Devuelve el formato de efecto efectivo. Solo lectura IEffectFormatEffectiveData.
FillFormat { get; }Devuelve el formato de relleno efectivo. Solo lectura IFillFormatEffectiveData.

Comentarios

Esta interfaz se utiliza junto con la interfaz IBackground para devolver valores de formato efectivos con la herencia aplicada.

Véase también