Gets the top inset.
Syntax
'Declaration
<DescriptionAttribute()>
Public ReadOnly Property Top As Double
'Usage
Dim instance As Inset
Dim value As Double
value = instance.Top
[Description()]
public double Top {get;}
Property Value
The top inset.
See Also