Label
Wisej.Web.Label
Last updated
Was this helpful?
Wisej.Web.Label
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a label control.
Initializes a new instance of the class.
: Returns or sets a value indicating that the control can display HTML in the Text property.
Newlines (CRLF) are converted to when allowHtml is false, or when allowHtml is true and the text doesn't contain any html.
Throws:
Newlines (CRLF) are converted to when allowHtml is false, or when allowHtml is true and the text doesn't contain any html.
Represents an hyper-link control.
Bindable components implement this interface.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets whether the ellipsis character (...) appears at the right edge of the label, denoting that the text extends beyond the size of the label.
: Returns or sets a value that indicates whether the control resizes based on its contents.
: Indicates the border style for the control.
: Returns or sets the case of the text to display to the user.
: Enables or disables the browser's context menu.
: Returns or sets the image that is displayed on a .
: Returns or sets the alignment of an image that is displayed in the control.
: Returns or sets the image list index value of the image displayed on the label control.
The specified index is less than -1.
: Returns or sets the key accessor for the image in the .
: Returns or sets the that contains the images to display in the control.
: Returns or sets the theme name or URL for the image to display in the .
: Returns or sets the text associated with this control.
: Returns or sets the alignment of text in the label.
: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control.
All wisej controls derived from the class must implement this interface.