Rotation
Wisej.Web.Rotation
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Add rotation capabilities along the X,Y,Z axis to Control controls.
public class Rotation : Component, IWisejExtenderProvider, IExtenderProvider
Constructors
Rotation()

Initializes a new instance of the Rotation extender without a specified container.
Rotation(container)

Initializes a new instance of the Rotation extender with a specified container.
Properties
Tag

Object: Returns or sets the object that contains programmer-supplied data associated with the StyleSheet extender.
Methods
CanExtend(target)

Returns true if the Rotation extender can offer an extender property to the specified target component.
Returns: Boolean. true if the Rotation class can offer one or more extender properties; otherwise, false.
Clear()

Removes all rotation properties.
GetRotation(control)

Rotation properties.
Returns: Properties. A Properties instance with the rotation properties.
ResetRotation(control)

Removes all the rotation properties from the control .
SetRotation(control, properties)

Assigns the rotation properties to the control.
Implements
All wisej components implement this interface.
Defines the interface for extending properties to other components in a container.
Allows an object to serialize itself.
Last updated
Was this helpful?