Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageOptions - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ImageOptions

    Inheritance
    System.Object
    ImageOptions
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ImageOptions : Object

    Constructors

    ImageOptions()

    Declaration
    public ImageOptions()

    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
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved