Spread Windows Forms 12.0 Product Documentation
Inset Property (EmptyBorder)


FarPoint.Win Assembly > FarPoint.Win Namespace > EmptyBorder Class : Inset Property
Gets the insets of the border.
Syntax
'Declaration
 
Public ReadOnly Property Inset As Inset
'Usage
 
Dim instance As EmptyBorder
Dim value As Inset
 
value = instance.Inset
public Inset Inset {get;}

Property Value

Inset object containing the margins (insets) for this border.
See Also

Reference

EmptyBorder Class
EmptyBorder Members
Inset Class