ILineFillFormat

Interfaz ILineFillFormat

Representa propiedades para el relleno de líneas.

public interface ILineFillFormat : IFillParamSource

Propiedades

NombreDescripción
AsIFillParamSource { get; }Permite obtener la interfaz base IFillParamSource. Solo lectura IFillParamSource.
FillType { get; set; }Devuelve o establece el tipo de relleno. Lectura/escritura FillType.
GradientFormat { get; }Devuelve el formato de relleno degradado. Solo lectura IGradientFormat.
PatternFormat { get; }Devuelve el formato de relleno de patrón. Solo lectura IPatternFormat.
RotateWithShape { get; set; }Determina si el relleno debe rotarse con una forma. Lectura/escritura NullableBool.
SolidFillColor { get; }Devuelve el color de un relleno sólido. Solo lectura IColorFormat.

También Véase