Class ImageOptions
Assembly: Syncfusion.Blazor.dll
Syntax
public class ImageOptions
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
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