WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Interval

    Show / Hide Table of Contents

    Class Interval

    Represents the methods and properties for Interval element and its attributes

    Inheritance
    System.Object
    Interval
    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.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class Interval

    Constructors

    Interval()

    Declaration
    public Interval()

    Properties

    Closure

    Gets the "closure" attribute value

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

    Extension

    Gets the "Extension" element value

    Declaration
    public Extension Extension { get; }
    Property Value
    Type Description
    Extension

    LeftMargin

    Gets the "leftMargin" attribute value

    Declaration
    public double LeftMargin { get; }
    Property Value
    Type Description
    System.Double

    RightMargin

    Gets the "rightMargin" attribute value

    Declaration
    public double RightMargin { get; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved