Shape

Wisej.Web.Shape

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.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.

DisplayRectangle

Rectangle: Returns a rectangle that represents the inner dimensions of the GroupBox control.

Rotation

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

Methods

OnWebRender(config)

Renders the client component.

Parameter
Type
Description

config

Dynamic configuration object.

Implements

Name
Description

Provides access to the UserData and Tag properties associated to the component implementing this interface.

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

Was this helpful?