ITransformProvider.CanRotate Property

Definition

Gets a value that indicates whether the element can be rotated.

public:
 property bool CanRotate { bool get(); };
bool CanRotate();
public bool CanRotate { get; }
var boolean = iTransformProvider.canRotate;
Public ReadOnly Property CanRotate As Boolean

Property Value

Boolean

bool

true if the element can be rotated; otherwise, false.

Applies to