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.
- C#
- VB.NET
public class Shape : Control
Public Class Shape
Inherits 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 | Object | Dynamic configuration object. |
Implements
| Name | Description |
|---|---|
| IUserData | Provides access to the UserData and Tag properties associated to the component implementing this interface. |
| IBindableComponent | Bindable components implement this interface. |
| IDropTarget | Controls that support drag & drop operations implement this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejControl | All wisej controls derived from the Control class must implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |