Show / Hide Table of Contents

Class UIProperties

The UI properties of the object.

Inheritance
object
UIProperties
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class UIProperties

Properties

CoordinateX

Declaration
[JsonProperty(PropertyName = "coordinateX")]
public decimal? CoordinateX { get; set; }
Property Value
Type Description
decimal?

The X coordinate of the object.

CoordinateY

Declaration
[JsonProperty(PropertyName = "coordinateY")]
public decimal? CoordinateY { get; set; }
Property Value
Type Description
decimal?

The Y coordinate of the object.

In this article
Back to top