GradientStop Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents one gradient stop.
public interface class GradientStop : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03BF-0000-0000-C000-000000000046")]
public interface GradientStop : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03BF-0000-0000-C000-000000000046")>]
type GradientStop = interface
interface _IMsoDispObj
Public Interface GradientStop
Implements _IMsoDispObj
- Attributes
- Implements
Remarks
Gradients are a smooth transition from one color state to another. The endpoints of these sections are called stops.
Properties
Application |
When used without an object qualifier, this property returns an Application object that represents the Microsoft Office application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only. |
Color |
Gets a value representing the color of the gradient stop. Read-only. |
Creator |
Gets a 32-bit integer that indicates the application in which the GradientStop object was created. Read-only. |
Position |
Gets or sets a value representing the position of a stop within the gradient expressed as a percent. Read/write. |
Transparency |
Gets or sets a value representing the opacity of the gradient fill expressed as a percent. Read/write. |