Skip to main content
Version: 3.5

ErrorIconAlignment

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies constants indicating the locations that an error icon can appear in relation to the control with an error.

public enum ErrorIconAlignment : Enum

Fields

NameDescription
BottomLeftThe icon appears aligned with the bottom of the control and the left of the control.
BottomRightThe icon appears aligned with the bottom of the control and the right of the control.
MiddleLeftThe icon appears aligned with the middle of the control and the left of the control.
MiddleRightThe icon appears aligned with the middle of the control and the right of the control.
TopLeftThe icon appears aligned with the top of the control and to the left of the control.
TopRightThe icon appears aligned with the top of the control and to the right of the control.

Used By

NameDescription
ErrorProvider.IconAlignmentReturns or sets the default ErrorIconAlignment.
ErrorProvider.GetIconAlignmentReturns a value indicating where the error icon should be placed in relation to the control.