Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class / TextIndent Property


In This Topic
    TextIndent Property (DynamicStyleInfo)
    In This Topic
    Gets the text indent of the GcMultiRow cell.
    Syntax
    '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;}

    Property Value

    An System.Int32 that represents the text indent of the GcMultiRow cell. The value is in pixels. The default is -1 which means the value should be inherited.
    Remarks
    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.
    See Also