ILineFillFormat

ILineFillFormat interface

Representa propiedades para el llenado de líneas.

public interface ILineFillFormat : IFillParamSource

Propiedades

NombreDescripción
AsIFillParamSource { get; }Permite obtener la interfaz base IFillParamSource. Solo lecturaIFillParamSource .
FillType { get; set; }Devuelve o establece el tipo de relleno. Lectura/escrituraFillType .
GradientFormat { get; }Devuelve el formato de relleno degradado. Solo lecturaIGradientFormat .
PatternFormat { get; }Devuelve el formato de relleno del patrón. Solo lecturaIPatternFormat .
RotateWithShape { get; set; }Determina si el relleno debe girarse con una forma. Lectura/escrituraNullableBool .
SolidFillColor { get; }Devuelve el color de un relleno sólido. Solo lecturaIColorFormat .

Ver también