The BorderDetailedStyle type exposes the following members.

Constructors

  NameDescription
Public methodBorderDetailedStyle
Constructor.

Methods

  NameDescription
Public methodAddAttributesToRenderOverloaded.
Public methodCopyFrom
Duplicates the non-empty style properties of the specified Style into the instance of the Style class that this method is called from.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadViewState
Loads the previously saved view state of the BorderDetailedStyle object.
Public methodMergeWith
Combines the style properties of the specified Style into the instance of the Style class that this method is called from.
Public methodReset
Removes any defined style elements from the style.
Public methodSaveViewState
Saves the current view state of the BorderDetailedStyle object.
Public methodStyleStringUsingConditionParams
Represent resulting string what will apply to style html attribute.
Public methodToString
Returns a string representation of the BorderDetailedStyle object.
(Overrides Component..::..ToString()()()().)
Public methodTrackViewState
Marks the starting point to begin tracking and saving view-state changes to the BorderDetailedStyle object.

Properties

  NameDescription
Public propertyBorderBottomColor
Bottom border color.
Public propertyBorderBottomStyle
Bottom border style.
Public propertyBorderBottomWidth
Bottom border width.
Public propertyBorderLeftColor
Left border color.
Public propertyBorderLeftStyle
Left border style.
Public propertyBorderLeftWidth
Left border width.
Public propertyBorderRightColor
Right border color.
Public propertyBorderRightStyle
Right border style.
Public propertyBorderRightWidth
Right border width.
Public propertyBorderTopColor
Top border color.
Public propertyBorderTopStyle
Top border style.
Public propertyBorderTopWidth
Top border width.
Public propertyIsTrackingViewState
Gets a value that indicates whether the BorderDetailedStyle object is saving changes to its view state.
Public propertyStyleString
Represent resulting string that will apply to style HTML attribute.

See Also