[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Gui.Controls
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[ToolboxBitmapAttribute(typeof(PictureBox))]
public sealed class ArtImageControl : Control
<ToolboxBitmapAttribute(GetType(PictureBox))> _
Public NotInheritable Class ArtImageControl _
	Inherits Control
[ToolboxBitmapAttribute(typeof(PictureBox))]
public ref class ArtImageControl sealed : public Control

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ArtImageControl()()()
Initializes a new instance of the ArtImageControl class
ArtData
BackgroundImage (Overrides Control..::.BackgroundImage.)
BackgroundImageLayout (Overrides Control..::.BackgroundImageLayout.)
DataIndex
Font (Overrides Control..::.Font.)
HueIndex
Hues
ImageAlignment
RedrawBitmap()()()
RightToLeft (Overrides Control..::.RightToLeft.)
Stocked
Text (Overrides Control..::.Text.)
UseHue

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        Phoenix.Gui.Controls..::.ArtImageControl

See Also