'Declaration
Public Shadows ReadOnly Property TextIndent As Integer
'Usage
Dim instance As DynamicStyleInfo Dim value As Integer value = instance.TextIndent
public new int TextIndent {get;}
'Declaration
Public Shadows ReadOnly Property TextIndent As Integer
'Usage
Dim instance As DynamicStyleInfo Dim value As Integer value = instance.TextIndent
public new int TextIndent {get;}
Note: |
---|
This property only takes effect when the AppearanceStyleInfo.TextAdjustment property value is TextAdjustment.Near or TextAdjustment.Far. The indent is before the text when TextAdjustment is Near and after the text when TextAdjustment is Far. |