IFillFormat

IFillFormat interface

Representa opciones de formato de relleno.

public interface IFillFormat : 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 .
PictureFillFormat { get; }Devuelve el formato de relleno de la imagen. Solo lecturaIPictureFillFormat .
RotateWithShape { get; set; }Determina si el relleno debe girarse con forma. Lectura/escrituraNullableBool .
SolidFillColor { get; }Devuelve el color de relleno. Solo lecturaIColorFormat .

Métodos

NombreDescripción
GetEffective()Obtiene datos de formato de relleno efectivo con la herencia aplicada.

Ver también