Gets the top inset's unit type.
Syntax
'Declaration
<DescriptionAttribute()>
Public ReadOnly Property UnitTypeTop As UnitType
'Usage
Dim instance As Inset
Dim value As UnitType
value = instance.UnitTypeTop
[Description()]
public UnitType UnitTypeTop {get;}
Property Value
The unit of measure for the top inset.
See Also