Shape
Wisej.Web.Shape
Last updated
Was this helpful?
Wisej.Web.Shape
Last updated
Was this helpful?
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.
Initializes a new instance of the class.
: Defines the border style for all the four sides.
Renders the client component.
config
Dynamic configuration object.
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.
Allows an object to serialize itself.
: Defines the border style for the bottom side.
: Defines the border style for the left side.
: Defines the border style for the right side.
: Defines the border style for the top side.
: Returns a rectangle that represents the inner dimensions of the control.
: Returns or sets the rotation in degrees. (Default: 0
)
All wisej controls derived from the class must implement this interface.