Placeholder
Orientation Property
|
Gets the orientation of a placeholder.
Read-only
Orientation
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Direction Orientation { get; }
Public ReadOnly Property Orientation As Direction
Get
public:
property Direction Orientation {
Direction get ();
}
member Orientation : Direction with get
Property Value
Type:
Direction
See Also