LineFillFormat

Clase LineFillFormat

Representa propiedades para el relleno de líneas.

public sealed class LineFillFormat : PVIObject, ILineFillFormat

Propiedades

NombreDescripción
AsIPresentationComponent { get; }Permite obtener la interfaz base IPresentationComponent. Solo lectura IPresentationComponent.
FillType { get; set; }Devuelve o establece el tipo de relleno. Lectura/escritura FillType.
GradientFormat { get; }Devuelve el formato de relleno de 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 ser rotado con una forma. Lectura/escritura NullableBool.
SolidFillColor { get; }Devuelve el color de un relleno sólido. Solo lectura IColorFormat.

Métodos

NombreDescripción
override Equals(object)Compara con el objeto especificado.
override GetHashCode()Devuelve el código hash.

Vea también