Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartPaint Class / ImageIndex Property


In This Topic
    ImageIndex Property (SmartPaint)
    In This Topic
    Gets or sets a value representing the index of the image, within the ImageList, to paint on subsequent calls to the Draw methods.
    Syntax
    'Declaration
     
    Public Property ImageIndex As Integer
    'Usage
     
    Dim instance As SmartPaint
    Dim value As Integer
     
    instance.ImageIndex = value
     
    value = instance.ImageIndex
    public int ImageIndex {get; set;}

    Property Value

    A value representing the index of the image to paint.
    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