MarginRight Property (TextShape)
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 TextShape
Dim value As Integer
instance.MarginRight = value
value = instance.MarginRight
public virtual int MarginRight {get; set;}
See Also