GrapeCity MultiRow Windows Forms Documentation
TextAlignment Property


Gets or sets the alignment of the new row alternate text in the new row.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the alignment of the new row alternate text in the new row.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property TextAlignment As ContentAlignment
Dim instance As NewRowAlternateText
Dim value As ContentAlignment
 
instance.TextAlignment = value
 
value = instance.TextAlignment
[DefaultValue()]
[SRDescription("Indicates the alignment of the new row alternate text in the new row.")]
[RefreshProperties(RefreshProperties.Repaint)]
public ContentAlignment TextAlignment {get; set;}

Property Value

One of System.Drawing.ContentAlignment values. Default is System.Drawing.ContentAlignment.MiddleLeft.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of System.Drawing.ContentAlignment values.
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

NewRowAlternateText Class
NewRowAlternateText Members

 

 


Copyright © GrapeCity, inc. All rights reserved.