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

    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 - 2021 Syncfusion Inc. All Rights Reserved