Gets or sets the alignment of the image in the button control.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public ContentAlignment ImageAlign { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ImageAlign As ContentAlignment |
See Also