MarkupLabelImageElement Class
Represents a MarkupLabelElement for an img element.
public class MarkupLabelImageElement : MarkupLabelElement, IDisposable, ILogicalTreeNode
- Inheritance:
- object MarshalByRefObject DisposableObject LogicalTreeNodeBase MarkupLabelElement object
- Implements:
- IDisposable ILogicalTreeNode
Constructors
MarkupLabelImageElement()
Initializes a new instance of the MarkupLabelImageElement class.
public MarkupLabelImageElement()
Properties
Align
Gets or sets the alignment of the image.
public string Align { get; set; }
Property Value
- string:
The alignment of the image.
Remarks
Only the baseline and absbottom values are supported.
Src
Gets or sets the HREF for the source of the image.
Methods
CreateUIElement(IUIElement)
Creates the IUIElement tree from the element.
protected override void CreateUIElement(IUIElement parentUIElement)
| Parameter | Type | Description |
|---|---|---|
| parentUIElement | IUIElement | The parent IUIElement. |
Inherited Members
- MarkupLabelElement.CreateChildren()
- MarkupLabelElement.GetDefaultCssData()
- MarkupLabelElement.GetBackColor(UIElementDrawState)
- MarkupLabelElement.GetForeColor(UIElementDrawState)
- MarkupLabelElement.GetFont(string, float, MarkupLabelFontWeight, MarkupLabelFontStyle, MarkupLabelTextDecoration, UIElementDrawState)
- MarkupLabelElement.GetFont()
- MarkupLabelElement.ToString()
- MarkupLabelElement.Children
- MarkupLabelElement.ClassName
- MarkupLabelElement.CssData
- MarkupLabelElement.DpiScaleFactor
- MarkupLabelElement.ElementName
- MarkupLabelElement.Id
- MarkupLabelElement.MarkupLabel
- MarkupLabelElement.Parent
- MarkupLabelElement.Style
- MarkupLabelElement.VerticalAlignment
- LogicalTreeNodeBase.OnParentChanged()
- DisposableObject.Dispose()
- DisposableObject.Dispose(bool)
- DisposableObject.VerifyNotDisposed()
- DisposableObject.IsDisposed
- DisposableObject.Disposed
- MarshalByRefObject.GetLifetimeService()
- MarshalByRefObject.InitializeLifetimeService()
- MarshalByRefObject.MemberwiseClone(bool)
- object.GetType()
- object.MemberwiseClone()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()