FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / GetElementStyle Method


In This Topic
GetElementStyle Method (CalloutArrowShape)
In This Topic
Gets the style for the element.
Syntax
'Declaration
 
Public Overridable Function GetElementStyle() As ElementStyle
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As ElementStyle
 
value = instance.GetElementStyle()
See Also