Back to Devexpress

GradientFill.GradientType Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-gradientfill-117b4c05.md

latest1.3 KB
Original Source

GradientFill.GradientType Property

Gets or sets the type of gradient applied to a shape.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public GradientType GradientType { get; set; }
vb
Public Property GradientType As GradientType

Property Value

TypeDescription
GradientType

Gradient type.

|

Available values:

NameDescription
Linear

A linear gradient.

| | Rectangular |

A rectangular gradient.

| | Radial |

A circular gradient.

| | Shape |

A gradient that follows the perimeter of the shape.

|

See Also

GradientFill Class

GradientFill Members

DevExpress.Docs.Presentation Namespace