Gets or sets the alignment of the button image.
Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ImageAlign ImageAlign { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ImageAlign As ImageAlign |
A member of the ImageAlign enumeration. The default is Center.
See Also