Share via


MsoGradientStyle Enumeration 

Specifies the style for a gradient fill.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoGradientStyle1 As MsoGradientStyle = MsoGradientStyle.msoGradientDiagonalDown

Syntax

Public Enum MsoGradientStyle
public enum MsoGradientStyle
public enum class MsoGradientStyle
public enum MsoGradientStyle
public enum MsoGradientStyle

Members

Member name Description
msoGradientDiagonalDown Diagonal gradient moving from a top corner down to the opposite corner.
msoGradientDiagonalUp Diagonal gradient moving from a bottom corner up to the opposite corner.
msoGradientFromCenter Gradient running from the center out to the corners.
msoGradientFromCorner Gradient running from a corner to the other three corners.
msoGradientFromTitle Gradient running from the title outward.
msoGradientHorizontal Gradient running horizontally across the shape.
msoGradientMixed Gradient is mixed.
msoGradientVertical Gradient running vertically down the shape.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace