Back to Devexpress

BackgroundImage Members

aspnet-devexpress-dot-web-dot-backgroundimage-dot-underscore-members.md

latest4.6 KB
Original Source

BackgroundImage Members

Represents a background image.

Constructors

NameDescription
BackgroundImage()Initializes a new instance of the BackgroundImage class.

Properties

NameDescription
HorizontalPositionGets or sets the horizontal alignment of the background image(s) within a container element.
ImageUrlGets or sets the URL of the image source for the BackgroundImage object.
IsEmptyGets a value that indicates whether this BackgroundImage object is initialized with the default values.
RepeatGets or sets a value that specifies how the background image fills the available space.
VerticalPositionGets or sets the vertical alignment of the background image(s) within a container element.

Methods

NameDescription
Assign(BackgroundImage)Copies the settings of the specified object to the current one.
AssignToControl(WebControl)Copies the settings from the current BackgroundImage object to the specified object.
CopyFrom(BackgroundImage)Duplicates the properties of the specified object into the current instance of the BackgroundImage class.
Equals(Object, Object) staticDetermines 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.
FillStyleAttributes(CssStyleCollection, IUrlResolutionService)For internal use only.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
MergeWith(BackgroundImage)Combines the properties of the specified BackgroundImage with the current instance of the BackgroundImage class.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Returns the BackgroundImage object to its original state.
ToString()Returns a string that represents the current object.

See Also

BackgroundImage Class

DevExpress.Web Namespace