GradientStop.Position Property
Gets or sets a value representing the position of a stop within the gradient expressed as a percent. Read/write.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Position As Single
Get
Set
'Usage
Dim instance As GradientStop
Dim value As Single
value = instance.Position
instance.Position = value
float Position { get; set; }
Property Value
Type: System.Single
Single
Remarks
Gradients are a smooth transition from one color state to another. The endpoints of these sections are called stops.