Skip to main content
Version: 3.5

Shape

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a shape control. Displays an element a border in any of the four sides.

public class Shape : Control

Constructors

Instance memberShape()

Initializes a new instance of the Shape class.

Properties

Instance memberBorderStyle

Border: Defines the border style for all the four sides.

Instance memberBorderStyleBottom

Border: Defines the border style for the bottom side.

Instance memberBorderStyleLeft

Border: Defines the border style for the left side.

Instance memberBorderStyleRight

Border: Defines the border style for the right side.

Instance memberBorderStyleTop

Border: Defines the border style for the top side.

Instance memberRotation

Int32: Returns or sets the rotation in degrees. (Default: 0)

Implements

NameDescription
IBindableComponentBindable components implement this interface.
IDropTargetControls that support drag & drop operations implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejSerializableAllows an object to serialize itself.