GrapeCity MultiRow Windows Forms Documentation
BackgroundImageLayout Property (CellNoteStyle)


Gets or sets the position of the image on the CellNote.
Syntax
<DefaultValueAttribute()>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the position of the image on the CellNote.")>
Public Property BackgroundImageLayout As MultiRowImageLayout
Dim instance As CellNoteStyle
Dim value As MultiRowImageLayout
 
instance.BackgroundImageLayout = value
 
value = instance.BackgroundImageLayout
[DefaultValue()]
[RefreshProperties(RefreshProperties.Repaint)]
[SRCategory("Appearance")]
[SRDescription("Indicates the position of the image on the CellNote.")]
public MultiRowImageLayout BackgroundImageLayout {get; set;}
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the MultiRowImageLayout 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

CellNoteStyle Class
CellNoteStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.