Edit

Share via


GradientStop.Color Property

Definition

Gets a value representing the color of the gradient stop. Read-only.

public:
 property Microsoft::Office::Core::ColorFormat ^ Color { Microsoft::Office::Core::ColorFormat ^ get(); };
public Microsoft.Office.Core.ColorFormat Color { get; }
member this.Color : Microsoft.Office.Core.ColorFormat
Public ReadOnly Property Color As ColorFormat

Property Value

ColorFormat

Remarks

Gradients are a smooth transition from one color state to another. The endpoints of these sections are called stops.

Applies to