menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RenderingOptions - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RenderingOptions

    Represents the options for rendering the image.

    Inheritance
    System.Object
    RenderingOptions
    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.UWP.dll
    Syntax
    public class RenderingOptions : Object

    Constructors

    RenderingOptions()

    Creates a new instance for the rendering options.

    Declaration
    public RenderingOptions()

    Properties

    ScaleX

    Gets or sets the horizontal scaling value for the converted image. The default value is 1.

    Declaration
    public float ScaleX { get; set; }
    Property Value
    Type
    System.Single

    ScaleY

    Gets or sets the vertical scaling value for the converted image. The default value is 1.

    Declaration
    public float ScaleY { get; set; }
    Property Value
    Type
    System.Single

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved