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


In This Topic
Name Property (PSGradient)
In This Topic
Gets or sets the name for the appearance object.
Syntax
'Declaration
 
Public Overridable Property Name As String
 
'Usage
 
Dim instance As PSGradient
Dim value As String
 
instance.Name = value
 
value = instance.Name
See Also