Class BaseImage
Inheritance
System.Object
BaseImage
Assembly: BoldReports.UWP.dll
Syntax
public class BaseImage : Object
Constructors
BaseImage()
Declaration
Properties
HueColor
Declaration
public string HueColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MIMEType
Declaration
public string MIMEType { get; set; }
Property Value
Type |
Description |
System.String |
|
Source
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
TransparentColor
Declaration
public string TransparentColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|