alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ImageOptions

    Inheritance
    object
    ImageOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ImageOptions

    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
    string id
    double x
    double y
    double width
    double height
    string url
    string visibility
    string preserveAspectRatio

    Properties

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    double

    Href

    Declaration
    public string Href { get; set; }
    Property Value
    Type
    string

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    string

    PreserveAspectRatio

    Declaration
    public string PreserveAspectRatio { get; set; }
    Property Value
    Type
    string

    Visibility

    Declaration
    public string Visibility { get; set; }
    Property Value
    Type
    string

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    double

    X

    Declaration
    public double X { get; set; }
    Property Value
    Type
    double

    Y

    Declaration
    public double Y { get; set; }
    Property Value
    Type
    double
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved