Xceed Grid for WinForms v4.3 Documentation
ImageStyle Property (TextViewer)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > TextViewer Class : ImageStyle Property
Gets or sets a value indicating the style with which the image is displayed.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates the style with which the image is displayed.")>
<CategoryAttribute("Appearance")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<LocalizableAttribute(True)>
Public Shadows Property ImageStyle As ImageStyle
'Usage
 
Dim instance As TextViewer
Dim value As ImageStyle
 
instance.ImageStyle = value
 
value = instance.ImageStyle
[Description("Indicates the style with which the image is displayed.")]
[Category("Appearance")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Localizable(true)]
public new ImageStyle ImageStyle {get; set;}

Property Value

An Xceed.Grid.ImageStyle value indicating the style with which the image is displayed.
Remarks

The image can be retrieved using the GetImage(Object) method.

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

TextViewer Class
TextViewer Members