Wisej.Web.Shape Border
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents one of the four borders in the Shape control.
Initializes a new instance of the Border class.
Color: Returns or sets a value indicating the color of the borders in the Shape control.
Int32: Indicates the radius of the border in pixels.
Int32: Indicates the size of the border in pixels.
LineStyle: Indicates the style of the border.
PropertyChangedEventHandler Fired when a property value changes.
Wisej.Web.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.
Initializes a new instance of the Shape class.
Border: Defines the border style for all the four sides.
Border: Defines the border style for the bottom side.
Border: Defines the border style for the left side.
Border: Defines the border style for the right side.
Border: Defines the border style for the top side.
Int32: Returns or sets the rotation in degrees. (Default: 0
)
Name | Description |
---|---|
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.