TextIndent Property (FpButton)
Gets or sets the text indent.
public int TextIndent {get; set;}
'Declaration
Public Property TextIndent As Integer
'Usage
Dim instance As FpButton
Dim value As Integer
instance.TextIndent = value
value = instance.TextIndent
Property Value
The text indent.