Gets or sets the image that is displayed in the caption.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Image CaptionImage { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CaptionImage As Image |
An instance of the System.Drawing.Image class.
See Also