Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / ReflectionEffect Class / StartAlphaPosition Property


In This Topic
StartAlphaPosition Property
In This Topic
Gets or sets the start position (along the alpha gradient ramp) of the start alpha value.
Syntax
'Declaration
 
Public Property StartAlphaPosition As Double
 
'Usage
 
Dim instance As ReflectionEffect
Dim value As Double
 
instance.StartAlphaPosition = value
 
value = instance.StartAlphaPosition

Property Value

The start position of the start alpha value.
See Also