Class ImageOptions
Inheritance
System.Object
ImageOptions
Assembly: Syncfusion.Blazor.dll
Syntax
public class ImageOptions : Object
Constructors
ImageOptions()
Declaration
ImageOptions(String, Double, Double, Double, Double, String, String, String)
Declaration
public ImageOptions(string id, double x, double y, double width, double height, string url, string visibility = "", string preserveAspectRatio = "none")
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.Double |
x |
|
System.Double |
y |
|
System.Double |
width |
|
System.Double |
height |
|
System.String |
url |
|
System.String |
visibility |
|
System.String |
preserveAspectRatio |
|
Properties
Height
Declaration
public double Height { get; set; }
Property Value
Href
Declaration
public string Href { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
PreserveAspectRatio
Declaration
public string PreserveAspectRatio { get; set; }
Property Value
Visibility
Declaration
public string Visibility { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
X
Declaration
public double X { get; set; }
Property Value
Y
Declaration
public double Y { get; set; }
Property Value