Back to Devexpress

PatternFill Members

officefileapi-devexpress-dot-docs-dot-presentation-dot-patternfill-dot-underscore-members.md

latest4.5 KB
Original Source

PatternFill Members

A pattern fill that can be applied to a shape or slide background.

Constructors

NameDescription
PatternFill(FillPatternType, OfficeColor, OfficeColor)Initializes a new instance of the PatternFill class with specified settings.
PatternFill(FillPatternType, SchemeColors, SchemeColors)Initializes a new instance of the PatternFill class with specified settings.
PatternFill(FillPatternType, SystemColors, SystemColors)Initializes a new instance of the PatternFill class with specified settings.
PatternFill(FillPatternType, Color, Color)Initializes a new instance of the PatternFill class with specified settings.

Properties

NameDescription
BackgroundColorGets or sets the background color of the pattern fill.
ForegroundColorGets or sets the foreground color of the pattern fill.
PatternTypeGets or sets the pattern type.
TypeReturns the fill type.

Methods

NameDescription
Clone()Clones the current PatternFill instance.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PatternFill Class

DevExpress.Docs.Presentation Namespace