FlexGrid for WinForms
BackgroundImageLayout Property



Gets or sets the a value that determines how the style will scale and position background image.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property BackgroundImageLayout As ImageAlignEnum
'Usage
 
Dim instance As CellStyle
Dim value As ImageAlignEnum
 
instance.BackgroundImageLayout = value
 
value = instance.BackgroundImageLayout
[DefaultValue()]
public ImageAlignEnum BackgroundImageLayout {get; set;}
[DefaultValue()]
public:
property ImageAlignEnum BackgroundImageLayout {
   ImageAlignEnum get();
   void set (    ImageAlignEnum value);
}
Remarks

This property works with BackgroundImage to determine whether and how background images are rendered in cells.

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

CellStyle Class
CellStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback