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


In This Topic
MarginRight Property (RoundedRectangleShape)
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 RoundedRectangleShape
Dim value As Integer
 
instance.MarginRight = value
 
value = instance.MarginRight
See Also