Class MsoFillFormat

MsoFillFormat class

Represents fill formatting for a shape.

public class MsoFillFormat

Properties

NameDescription
BackColor { get; set; }Gets and sets the file back color.
ForeColor { get; set; }Gets and sets the fill fore color.
ImageData { get; set; }Gets and sets the Texture and Picture fill data.
IsVisible { get; set; }Indicates whether there is fill.
Texture { get; }Gets the texture fill type.
Transparency { get; set; }Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).

Methods

NameDescription
SetOneColorGradient(Color, double, GradientStyleType, int)Sets the specified fill to a one-color gradient.

See Also