Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / HeaderFooterElement Class / ImageStyle Property


In This Topic
    ImageStyle Property (HeaderFooterElement)
    In This Topic
    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")>
    <LocalizableAttribute(True)>
    <DefaultValueAttribute(Xceed.Grid.ImageStyle, "Stretch")>
    <EndUserDisplayNameAttribute("Image Style")>
    Public Property ImageStyle As ImageStyle
    'Usage
     
    Dim instance As HeaderFooterElement
    Dim value As ImageStyle
     
    instance.ImageStyle = value
     
    value = instance.ImageStyle
    [Description("Indicates the style with which the image is displayed.")]
    [Category("Appearance")]
    [Localizable(true)]
    [DefaultValue(Xceed.Grid.ImageStyle, "Stretch")]
    [EndUserDisplayName("Image Style")]
    public ImageStyle ImageStyle {get; set;}

    Property Value

    An Xceed.Grid.ImageStyle value indicating the style with which the Image is displayed. By default, Xceed.Grid.ImageStyle.Stretch.
    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