Skip to main content
Version: 4.1

Properties

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the set of CSS3 rotation properties.

public class Properties

Constructors

Instance member Properties()

Creates a new instance of the rotation properties.

Properties

Instance member Enabled

Boolean: Enables or disables the rotation. (Default: True)

Instance member HideBackface

Boolean: Hides the backside of a rotated component. (Default: False)

Instance member Origin

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: "")

Instance member Perspective

Int32: Defines a perspective view for a 3D transformed element. (Default: 0)

Instance member RotateX

Int32: Defines a 3D rotation along the X-axis. (Default: 0)

Instance member RotateY

Int32: Defines a 3D rotation along the Y-axis. (Default: 0)

Instance member RotateZ

Int32: Defines a 3D rotation along the Z-axis. (Default: 0)

Instance member ScaleX

Int32: Defines a 3D scale (%) transformation by giving a value for the X-axis. (Default: 100)

Instance member ScaleY

Int32: Defines a 3D scale (%) transformation by giving a value for the Y-axis. (Default: 100)

Instance member ScaleZ

Int32: Defines a 3D scale (%) transformation by giving a value for the Z-axis. (Default: 100)