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


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