Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSGradient Class / Sections Property


In This Topic
Sections Property
In This Topic
Gets or sets the gradient sections for the object.
Syntax
'Declaration
 
Public Overridable Property Sections As GradientSection()
 
'Usage
 
Dim instance As PSGradient
Dim value() As GradientSection
 
instance.Sections = value
 
value = instance.Sections
See Also