ILineFillFormatEffectiveData

ILineFillFormatEffectiveData interface

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

public interface ILineFillFormatEffectiveData : IFillParamSource

Properties

NameDescription
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 degradado. Solo lectura IGradientFormatEffectiveData.
PatternFormat { get; }Devuelve el formato de relleno de patrón. Solo lectura IPatternFormatEffectiveData.
RotateWithShape { get; }Determina si el relleno debe rotarse con una forma. Solo lectura Boolean.
SolidFillColor { get; }Devuelve el color de un relleno sólido. Solo lectura Color.

Remarks

Esta interfaz se utiliza como parte de ILineFormatEffectiveData.

See Also