IFillFormatEffectiveData

Interfaz IFillFormatEffectiveData

Objeto inmutable que contiene propiedades efectivas de formato de relleno.

public interface IFillFormatEffectiveData : IFillParamSource

Propiedades

NombreDescripción
AsIFillParamSource { get; }Devuelve la interfaz IFillParamSource. Solo lectura IFillParamSource.
FillType { get; }Devuelve el tipo de relleno. Solo lectura FillType.
GradientFormat { get; }Devuelve el formato de relleno de gradiente. Solo lectura IGradientFormatEffectiveData.
PatternFormat { get; }Devuelve el formato de relleno de patrón. Solo lectura IPatternFormatEffectiveData.
PictureFillFormat { get; }Devuelve el formato de relleno de imagen. Solo lectura IPictureFillFormatEffectiveData.
RotateWithShape { get; }Determina si el relleno debe rotarse con la forma. Solo lectura Boolean.
SolidFillColor { get; }Devuelve el color de relleno. Solo lectura Color.

Observaciones

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

Ver También