Class Base64Image
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media.Imaging
Assembly: OpenSilver.dll
Syntax
public sealed class Base64Image : ImageSource, IDependencyObject
Constructors
| Improve this Doc View SourceBase64Image()
Initializes a new instance of the Base64Image class.
Declaration
public Base64Image()
Base64Image(String)
Initializes a new instance of the Base64Image class.
Declaration
public Base64Image(string dataUrl)
Parameters
Type | Name | Description |
---|---|---|
System.String | dataUrl | The base64 image. |
Fields
| Improve this Doc View SourceDataURLProperty
Identifies the DataURL dependency property.
Declaration
public static readonly DependencyProperty DataURLProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceDataURL
Gets or sets the source of this image.
Declaration
public string DataURL { get; set; }
Property Value
Type | Description |
---|---|
System.String |