'Declaration Public ReadOnly Property Right As Integer
'Usage Dim instance As Inset Dim value As Integer value = instance.Right
public int Right {get;}
Get the margins (insets) from the bottom, left, and top by getting these property values:
Set the margins (insets) using the Inset class constructors.
Inset Class Inset Members Inset Constructor(Int32) Inset Constructor(Int32,Int32) Inset Constructor(Int32,Int32,Int32,Int32) Bottom Property Left Property Top Property