Gets or sets the alignment of the icon.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public TabAlignment IconPosition { get; set; } |
Visual Basic
![]() |
---|
Public Property IconPosition As TabAlignment |
Type: TabAlignment
One of the TabAlignment Enumeration values that specifies the type of alignment, applied to the displayed image. Default value is TabAlignment.Left.
Used only if DisplayType is set to Button or LinkButton.