In This Article

IOrientedElement Interface

Provides the base requirements for an element that has an Orientation property.

public interface IOrientedElement

Properties

Orientation

Gets the orientation of the element.

Orientation Orientation { get; }

Property Value

Orientation:

The orientation of the element.

Extension Methods