Skip to main content
A newer version of this page is available. .
Tab

RoundPanelParts Members

Contains the settings that define the appearance of different round panel parts.

Constructors

Name Description
RoundPanelParts(ASPxWebControl) Initializes a new instance of the RoundPanelParts class.

Properties

Name Description
BottomEdge Obsolete. Gets the image that represents the panel’s bottom edge.
BottomLeftCorner Obsolete. Gets the settings of an image displayed within the panel part’s bottom left corner.
BottomRightCorner Obsolete. Gets the settings of an image displayed within the panel’s bottom right corner.
Content Gets the appearance settings used to paint the panel’s content.
HeaderContent Gets the appearance settings used to paint the panel header’s content.
HeaderLeftEdge Obsolete. Gets the image that represents the panel header’s left edge.
HeaderRightEdge Obsolete. Gets the image that represents the panel header’s right edge.
LeftEdge Obsolete. Gets the image that represents the panel’s left edge.
NoHeaderTopEdge Obsolete. Gets the image that represents the panel’s top edge when the header is disabled.
NoHeaderTopLeftCorner Obsolete. Gets the image that represents the panel’s top left corner when the header is disabled.
NoHeaderTopRightCorner Obsolete. Gets the image that represents the panel’s top right corner when the header is disabled.
RightEdge Obsolete. Gets the image that represents the panel’s right edge.
ShowDefaultImages Obsolete. Gets or sets whether default images of the round panel are shown.
TopEdge Obsolete. Gets the image that represents the panel’s top edge.
TopLeftCorner Obsolete. Gets the image that represents the panel’s top left corner.
TopRightCorner Obsolete. Gets the image that represents the panel’s top right corner.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also