MindFusion.Scheduling for ASP.NET Programmer's Guide
CssBorderStyle Members
Constructors Properties Methods Events
 


Represents the CSS style of the border of calendar elements.

The following tables list the members exposed by the CssBorderStyle type.

 Public Constructors

  Name Description

CssBorderStyle

Initializes a new instance of the CssBorderStyle class.

 Public Properties

  Name Description

AllColor

Gets or sets the color of the left, right, top, and bottom borders of the object.

AllStyle

Gets or sets the style of the left, right, top, and bottom borders of the object.

AllWidth

Gets or sets the width of the left, right, top, and bottom borders of the object.

BottomColor

Gets or sets the color of the bottom border of the object.

BottomStyle

Gets or sets the style of the bottom border of the object.

BottomWidth

Gets or sets the width of the bottom border of the object.

IsEmpty

Returns a boolean value indicating whether all four border values are set.

LeftColor

Gets or sets the color of the left border of the object.

LeftStyle

Gets or sets the style of the left border of the object.

LeftWidth

Gets or sets the width of the left border of the object.

RightColor

Gets or sets the color of the right border of the object.

RightStyle

Gets or sets the style of the right border of the object.

RightWidth

Gets or sets the width of the right border of the object.

TopColor

Gets or sets the color of the top border of the object.

TopStyle

Gets or sets the style of the top border of the object.

TopWidth

Gets or sets the width of the top border of the object.

 Protected Properties

  Name Description

ViewState

Gets a dictionary of state information that allows you to save and restore the view state of this CssBorderStyle object.

 Public Methods

  Name Description

Clone

Creates an exact copy of the current CssBorderStyle object.

CopyFrom

Copies the values for the properties of this CssBorderStyle object from the specified CssBorderStyle object.

GetBottomWidth

Gets the width of the bottom border.

GetLeftWidth

Gets the width of the left border.

GetProperties

Adds the properties of this CssBorderStyle object as <key, value> pairs in an IDictionary object.

GetRightWidth

Gets the width of the right border.

GetTopWidth

Gets the width of the top border.

SetProperties

Sets the values of the properties for this CssBorderStyle object from the specified IDictionary<string, Object> list.

ToJsonString

Gets the JSON representation of this CssBorderStyle object.

 Public Events

  Name Description

Changed

Raised when a property value changes.

 See Also

CssBorderStyle Class
MindFusion.Scheduling Namespace