Rotation

Wisej.Web.Rotation

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Add rotation capabilities along the X,Y,Z axis to Control controls.

public class Rotation : Component, IWisejExtenderProvider, IExtenderProvider

Constructors

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

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

NameTypeDescription

container

An IContainer that represents the container of the Rotation extender.

Properties

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

Methods

Returns true if the Rotation extender can offer an extender property to the specified target component.

ParameterTypeDescription

target

The target object to add an extender property to.

Returns: Boolean. true if the Rotation class can offer one or more extender properties; otherwise, false.

Removes all rotation properties.

Rotation properties.

ParameterTypeDescription

control

The Control for which to retrieve the rotation properties.

Returns: Properties. A Properties instance with the rotation properties.

Removes all the rotation properties from the control .

ParameterTypeDescription

control

Control to remove from the Rotation extender.

Assigns the rotation properties to the control.

ParameterTypeDescription

control

The control to rotate.

properties

An instance of Properties defining the rotation style.

Implements

NameDescription

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