GrapeCity.Win.MultiRow Namespace > CellNoteStyle Class : TextIndent Property |
<DefaultValueAttribute()> <SRDescriptionAttribute("Indicates the text indent of the CellNote.")> <SRCategoryAttribute("TextAppearance")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property TextIndent As Integer
Dim instance As CellNoteStyle Dim value As Integer instance.TextIndent = value value = instance.TextIndent
[DefaultValue()] [SRDescription("Indicates the text indent of the CellNote.")] [SRCategory("TextAppearance")] [RefreshProperties(RefreshProperties.Repaint)] public int TextIndent {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The assigned value is less than -1. |
Note: |
---|
This property only takes effect when the 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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2