FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / Name Property


In This Topic
Name Property (RoundedRectangleShape)
In This Topic
Gets or sets the name of the element.
Syntax
'Declaration
 
Public Overridable Property Name As String
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim value As String
 
instance.Name = value
 
value = instance.Name
See Also