Wisej.Web.Rotation Properties
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the set of CSS3 rotation properties.
Creates a new instance of the rotation properties.
Boolean: Enables or disables the rotation. (Default: True
)
Boolean: Hides the backside of a rotated component. (Default: False
)
String: Changes the position of transformed elements by setting the location of the rotation fulcrum in relation to the widget. If left empty, the default is 50% 50%, the center of the control. (Default: ""
)
Int32: Defines a perspective view for a 3D transformed element. (Default: 0
)
Int32: Defines a 3D rotation along the X-axis. (Default: 0
)
Int32: Defines a 3D rotation along the Y-axis. (Default: 0
)
Int32: Defines a 3D rotation along the Z-axis. (Default: 0
)
Int32: Defines a 3D scale (%) transformation by giving a value for the X-axis. (Default: 100
)
Int32: Defines a 3D scale (%) transformation by giving a value for the Y-axis. (Default: 100
)
Int32: Defines a 3D scale (%) transformation by giving a value for the Z-axis. (Default: 100
)
Wisej.Web.Rotation
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Add rotation capabilities along the X,Y,Z axis to Control controls.
Initializes a new instance of the Rotation extender without a specified container.
Initializes a new instance of the Rotation extender with a specified container.
Name | Type | Description |
---|---|---|
Object: Returns or sets the object that contains programmer-supplied data associated with the StyleSheet extender. (Default: null
)
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.
Removes all rotation properties.
Rotation properties.
Returns: Properties. A Properties instance with the rotation properties.
Removes all the rotation properties from the control .
Assigns the rotation properties to the control.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
target
The target object to add an extender property to.
control
The Control for which to retrieve the rotation properties.
control
Control to remove from the Rotation extender.
control
The control to rotate.
properties
An instance of Properties defining the rotation style.
All wisej components implement this interface.
Defines the interface for extending properties to other components in a container.
Allows an object to serialize itself.
container
An IContainer that represents the container of the Rotation extender.