Back to Devexpress

GradientFill Members

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

latest4.5 KB
Original Source

GradientFill Members

Gradient fill.

Constructors

NameDescription
GradientFill(GradientType, OfficeColor, OfficeColor)Initializes a new instance of the GradientFill class with specified settings.
GradientFill(GradientType, IList<GradientStop>)Initializes a new instance of the GradientFill class with specified settings.

Properties

NameDescription
AngleGets or sets the direction of the linear gradient in degrees.
FillRectGets or sets the rectangle area where the gradient is applied.
FlipTypeGets or sets how the gradient is flipped when tiled.
GradientStopsReturns the collection of color points in the gradient.
GradientTypeGets or sets the type of gradient applied to a shape.
RotateWithShapeIndicates whether the gradient fill rotates along with the shape.
ScaledDetermines whether the gradient scales with the object to which it is applied.
TileRectGets or sets the rectangular region to which a gradient is applied. This region is tiled to fill the object.
TypeReturns the fill type.

Methods

NameDescription
Clone()Clones the current GradientFill 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

GradientFill Class

DevExpress.Docs.Presentation Namespace