Shape

Wisej.Web.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

Shape()

Initializes a new instance of the Shape class.

Properties

BorderStyle

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

BorderStyleBottom

Border: Defines the border style for the bottom side.

BorderStyleLeft

Border: Defines the border style for the left side.

BorderStyleRight

Border: Defines the border style for the right side.

BorderStyleTop

Border: Defines the border style for the top side.

Rotation

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

Implements

NameDescription

Bindable components implement this interface.

Controls that support drag & drop operations implement this interface.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Allows an object to serialize itself.

Last updated