Modifier

SequentialWorkflowRootDesigner.Image Property

Definition

Gets the image associated with the designer.

public:
 virtual property System::Drawing::Image ^ Image { System::Drawing::Image ^ get(); };
public override System.Drawing.Image Image { get; }
member this.Image : System.Drawing.Image
Public Overrides ReadOnly Property Image As Image

Property Value

The Image to associate with the designer.

Remarks

Image property is set to the Image to display. You can do this at design time or at run time.

Unless overridden in a derived class, Image returns a null reference (Nothing in Visual Basic).

Applies to