FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SquareCaptionBalloonShape Class / SetElementStyle Method / SetElementStyle(ElementStyle) Method
ElementStyle object containing the style of the element


In This Topic
SetElementStyle(ElementStyle) Method
In This Topic
Sets the style for the element.
Syntax
'Declaration
 
Public Overloads Overridable Sub SetElementStyle( _
   ByVal style As ElementStyle _
) 
 
'Usage
 
Dim instance As SquareCaptionBalloonShape
Dim style As ElementStyle
 
instance.SetElementStyle(style)

Parameters

style
ElementStyle object containing the style of the element
See Also