Specifies the bottom inset of the bounding rectangle.
Syntax
'Declaration
Public Property BottomInset As Double
'Usage
Dim instance As RichText
Dim value As Double
instance.BottomInset = value
value = instance.BottomInset
public double BottomInset {get; set;}
See Also