Shape
Wisej.Web.Shape
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a shape control. Displays an element a border in any of the four sides.
public class Shape : ControlPublic Class Shape
Inherits ControlConstructors
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
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?

