Shape.Border

Wisej.Web.Shape Border

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents one of the four borders in the Shape control.

public class Border : INotifyPropertyChanged, ICloneable

Constructors

Border()

Initializes a new instance of the Border class.

Properties

Color

Color: Returns or sets a value indicating the color of the borders in the Shape control.

Radius

Int32: Indicates the radius of the border in pixels.

Size

Int32: Indicates the size of the border in pixels.

Style

LineStyle: Indicates the style of the border.

Events

PropertyChanged

PropertyChangedEventHandler Fired when a property value changes.

Last updated