PatternFillFormat Class
Represents a fill with a repeated pattern of foreground and background color.
public sealed class PatternFillFormat : FillFormat
Public NotInheritable Class PatternFillFormat
Inherits FillFormat
- Inheritance:
- System.ObjectPatternFillFormat
Properties
BackgroundColor
Gets or sets the background color.
public DrawingColor BackgroundColor { get; set; }
Public Property BackgroundColor As DrawingColor
Property Value
The background color.
FillType
Gets the Pattern value.
public override FillFormatType FillType { get; }
Public Overrides ReadOnly Property FillType As FillFormatType
Property Value
The Pattern value.
Overrides
ForegroundColor
Gets or sets the foreground color.
public DrawingColor ForegroundColor { get; set; }
Public Property ForegroundColor As DrawingColor
Property Value
The foreground color.
PatternType
Gets or sets the type of the fill pattern.
public PatternFillType PatternType { get; set; }
Public Property PatternType As PatternFillType
Property Value
The type of the fill pattern.
Inherited Methods
SetNone() | Sets the fill to none, thus making the area transparent. (Inherited from FillFormat) |
SetPattern(PatternFillType, DrawingColor, DrawingColor) | Sets the fill to the pattern fill. (Inherited from FillFormat) |
SetPicture(Content) | Sets the fill to the picture fill. This method is not applicable on Fill property. (Inherited from FillFormat) |
SetPicture(System.IO.Stream) | Sets the fill to the picture fill. This method is not applicable on Fill property. (Inherited from FillFormat) |
SetPicture(System.IO.Stream, PictureContentType) | Sets the fill to the picture fill. This method is not applicable on Fill property. (Inherited from FillFormat) |
SetPicture(System.IO.Stream, System.String) | Sets the fill to the picture fill. This method is not applicable on Fill property. (Inherited from FillFormat) |
SetPicture(System.String, System.Boolean) | Sets the fill to the picture fill. This method is not applicable on Fill property. (Inherited from FillFormat) |
SetPicture(System.String, PictureContentType) | Sets the fill to the picture fill. This method is not applicable on Fill property. (Inherited from FillFormat) |
SetPicture(System.String, System.String) | Sets the fill to the picture fill. This method is not applicable on Fill property. (Inherited from FillFormat) |
SetSolid(DrawingColor) | Sets the fill to the solid fill. (Inherited from FillFormat) |