GraphicFrame
Rotation Property
|
Gets the number of degrees a frame is rotated around the z-axis.
Read-only
Single
.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public float Rotation { get; set; }
Public Property Rotation As Single
Get
Set
public:
property float Rotation {
float get ();
void set (float value);
}
member Rotation : float32 with get, set
Property Value
Type:
Single
See Also