FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / MarginRight Property


In This Topic
MarginRight Property (CalloutArrowShape)
In This Topic
Gets or sets the margin between the right of the element and its contents.
Syntax
'Declaration
 
Public Overridable Property MarginRight As Integer
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Integer
 
instance.MarginRight = value
 
value = instance.MarginRight
See Also