Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Viewers Namespace / TextViewer Class / ImageArea Property


In This Topic
    ImageArea Property (TextViewer)
    In This Topic
    Gets or sets the area where the viewer's image is displayed.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The area where the viewer's image is displayed.")>
    <CategoryAttribute("Appearance")>
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Shadows Property ImageArea As ImageArea
    'Usage
     
    Dim instance As TextViewer
    Dim value As ImageArea
     
    instance.ImageArea = value
     
    value = instance.ImageArea
    [Description("The area where the viewer's image is displayed.")]
    [Category("Appearance")]
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public new ImageArea ImageArea {get; set;}

    Property Value

    An Xceed.Grid.ImageArea value representing the area where the viewer's image is displayed. By default, DefaultImageArea.
    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