Skip to main content
Version: 4.1

Shape

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public class Shape : Control

Constructors

Instance member Shape()

Initializes a new instance of the Shape class.

Properties

Instance member BorderStyle

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

Instance member BorderStyleBottom

Border: Defines the border style for the bottom side.

Instance member BorderStyleLeft

Border: Defines the border style for the left side.

Instance member BorderStyleRight

Border: Defines the border style for the right side.

Instance member BorderStyleTop

Border: Defines the border style for the top side.

Instance member DisplayRectangle

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

Instance member Rotation

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

Methods

Protected member OnWebRender(config)

Renders the client component.

ParameterTypeDescription
configObjectDynamic configuration object.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
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.