ILineFillFormatEffectiveData

ILineFillFormatEffectiveData interface

Objeto inmutable que contiene propiedades efectivas de relleno de línea.

public interface ILineFillFormatEffectiveData : 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 .
RotateWithShape { get; }Determina si el relleno debe girarse con una forma. Solo lecturaBoolean .
SolidFillColor { get; }Devuelve el color de un relleno sólido. Solo lecturaColor .

Observaciones

Esta interfaz se utiliza como parte deILineFormatEffectiveData .

Ver también