GrapeCity MultiRow Windows Forms Documentation
TextAlign Property (DropDownItem)


Gets or sets the text alignment.
Syntax
<SRDescriptionAttribute("Indicates the text alignment.")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
Public Property TextAlign As HorizontalAlignment
Dim instance As DropDownItem
Dim value As HorizontalAlignment
 
instance.TextAlign = value
 
value = instance.TextAlign
[SRDescription("Indicates the text alignment.")]
[DefaultValue()]
[SRCategory("Appearance")]
public HorizontalAlignment TextAlign {get; set;}

Property Value

A System.Windows.Forms.HorizontalAlignment object represents the text alignment.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not a System.Windows.Forms.HorizontalAlignment value.
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

DropDownItem Class
DropDownItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.