WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Size - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Size

    Represents a size property in the report.

    Inheritance
    System.Object
    Size
    Implements
    System.IEquatable<Size>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public class Size : IEquatable<Size>

    Constructors

    Size()

    Declaration
    public Size()

    Size(Double)

    Declaration
    public Size(double value)
    Parameters
    Type Name Description
    System.Double value

    Size(String)

    Declaration
    public Size(string size)
    Parameters
    Type Name Description
    System.String size

    Properties

    size

    Declaration
    public string size { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    Equals(Size)

    Declaration
    public bool Equals(Size other)
    Parameters
    Type Name Description
    Size other
    Returns
    Type Description
    System.Boolean

    ToCentimeters()

    Declaration
    public double ToCentimeters()
    Returns
    Type Description
    System.Double

    ToInches()

    Declaration
    public double ToInches()
    Returns
    Type Description
    System.Double

    ToIntPixels()

    Declaration
    public int ToIntPixels()
    Returns
    Type Description
    System.Int32

    ToMillimeters()

    Declaration
    public double ToMillimeters()
    Returns
    Type Description
    System.Double

    ToPixels()

    Declaration
    public double ToPixels()
    Returns
    Type Description
    System.Double

    ToPoints()

    Declaration
    public double ToPoints()
    Returns
    Type Description
    System.Double

    Operators

    Implicit(String to Size)

    Declaration
    public static implicit operator Size(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    Size

    Implements

    System.IEquatable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved