Determines whether none of the margins are set (whether the values are all zero).
Syntax
'Declaration
Public Overridable ReadOnly Property IsEmpty As Boolean
'Usage
Dim instance As Inset
Dim value As Boolean
value = instance.IsEmpty
public virtual bool IsEmpty {get;}
See Also