Class ImageOptions
Inheritance
System.Object
ImageOptions
Assembly: Syncfusion.Blazor.dll
Syntax
public class ImageOptions : Object
Properties
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Href
Declaration
public string Href { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
PreserveAspectRatio
Declaration
public string PreserveAspectRatio { get; set; }
Property Value
Type |
Description |
System.String |
|
Visibility
Declaration
public string Visibility { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
X
Declaration
public double X { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y
Declaration
public double Y { get; set; }
Property Value
Type |
Description |
System.Double |
|