SequentialWorkflowRootDesigner.Image Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.