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.
- 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.
Rotation
Int32: Returns or sets the rotation in degrees. (Default: 0)
Implements
| Name | Description |
|---|---|
| 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. |