ShapeOutlineStyle Property (PSContainer) | Spread Windows Forms 18
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSContainer Class / ShapeOutlineStyle Property


In This Topic
ShapeOutlineStyle Property (PSContainer)
In This Topic
Gets or sets the shape outline style for the object.
Syntax
'Declaration
 
Public Overridable Property ShapeOutlineStyle As DashStyle
 
'Usage
 
Dim instance As PSContainer
Dim value As DashStyle
 
instance.ShapeOutlineStyle = value
 
value = instance.ShapeOutlineStyle
See Also