Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or returns the rotation angle of the shape.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns the rotation angle of the shape.{excerpt}
{signature:C#}
 public double Rotation{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property Rotation() As Double
Remarks
Rotation amount must be between -3600 and 3600 degrees.  Values will automatically be clamped.
{signature}
{remarks}

Rotation amount must be between \-3600 and 3600 degrees.  Values will automatically be clamped.


{remarks}