GrapeCity MultiRow Windows Forms Documentation
IconAlignment Property (ThreeStateIconNotify)


Gets or sets the System.Drawing.ContentAlignment of the icon.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the icon alignment.")>
Public Property IconAlignment As ContentAlignment
Dim instance As ThreeStateIconNotify
Dim value As ContentAlignment
 
instance.IconAlignment = value
 
value = instance.IconAlignment
[DefaultValue()]
[SRDescription("Indicates the icon alignment.")]
public ContentAlignment IconAlignment {get; set;}

Property Value

The icon alignment. The default is System.Drawing.ContentAlignment.MiddleRight.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not a valid System.Drawing.ContentAlignment 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

ThreeStateIconNotify Class
ThreeStateIconNotify Members

 

 


Copyright © GrapeCity, inc. All rights reserved.