Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / txtIndent Field


In This Topic
txtIndent Field
In This Topic
Amount of text indent.
Syntax
'Declaration
 
Public txtIndent As Integer
 
'Usage
 
Dim instance As FpButtonPaintArgs
Dim value As Integer
 
value = instance.txtIndent
 
instance.txtIndent = value
See Also