This property sets the angle of the selected object.

[Visual Basic] Public Property SelectedObjectAngle As Single
[C#] public float SelectedObjectAngle {get; set;}

Property Value

A value representing the angle of the object

Default value is 0

Explanation

The SelectedObjectAngle property sets the angle of the selected object. If the selected object is a Polyline, Polygon, or Pen object then this property value will be 0. (These objects are drawn with a location and coordinate information only. Angle information is ignored.)

When the EditKind property is set to a value other than KindOfEdit.Select or when no objects have been selected, this property value will be 0.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation