IFillFormatEffectiveData

IFillFormatEffectiveData interface

Objeto inmutable que contiene propiedades efectivas de formato de relleno.

public interface IFillFormatEffectiveData : IFillParamSource

Propiedades

NombreDescripción
AsIFillParamSource { get; }Devuelve la interfaz IFillParamSource. Solo lecturaIFillParamSource .
FillType { get; }Devuelve el tipo de relleno. Solo lecturaFillType .
GradientFormat { get; }Devuelve el formato de relleno degradado. Solo lecturaIGradientFormatEffectiveData .
PatternFormat { get; }Devuelve el formato de relleno del patrón. Solo lecturaIPatternFormatEffectiveData .
PictureFillFormat { get; }Devuelve el formato de relleno de la imagen. Solo lecturaIPictureFillFormatEffectiveData .
RotateWithShape { get; }Determina si el relleno debe girarse con forma. Solo lecturaBoolean .
SolidFillColor { get; }Devuelve el color de relleno. Solo lecturaColor .

Observaciones

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

Ver también