GrapeCity MultiRow Windows Forms Documentation
TextIndent Property (CellNoteStyle)


Gets or sets the text indent of the CellNote.
Syntax
<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;}

Property Value

A System.Int32 value that represents the text indent of the CellNote. The default is -1. This means the value is inherited.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe assigned value is less than -1.
Remarks
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.
Requirements

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

See Also

Reference

CellNoteStyle Class
CellNoteStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.