Spread Windows Forms 12.0 Product Documentation
Inset Property (BevelBorder)


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

Property Value

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

This property is available at run time only.

See Also

Reference

BevelBorder Class
BevelBorder Members
Inset Class