ASP.NET Pack Programmer's Guide
Button.IconPosition Property
See Also
 





Gets or sets the alignment of the icon.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public TabAlignment IconPosition { get; set; }

Visual Basic  Copy Code

Public Property IconPosition As TabAlignment

 Property Value

Type: TabAlignment
One of the TabAlignment Enumeration values that specifies the type of alignment, applied to the displayed image. Default value is TabAlignment.Left.

 Remarks

Used only if DisplayType is set to Button or LinkButton.

 See Also

Button Members
Button Class
MindFusion.UI.WebForms Namespace