Back to Devexpress

ImageProperties Members

blazor-devexpress-dot-blazor-dot-richedit-dot-imageproperties-dot-underscore-members.md

latest5.1 KB
Original Source

ImageProperties Members

Contains an image’s properties.

Properties

NameDescription
ActualSizeGets the actual size of an image. Inherited from ImageBaseProperties.
DescriptionSpecifies the description of an image.
DistanceFromTextSpecifies distances between image borders and text that wraps around the image.
HorizontalAlignmentSpecifies an image’s horizontal alignment relative to a horizontal anchor element.
HorizontalAnchorElementSpecifies the element to which an image is horizontally aligned.
HorizontalOffsetSpecifies an image’s offset from a horizontal anchor element.
HorizontalRelativeOffsetSpecifies an image’s relative offset from a horizontal anchor element.
OutlineSpecifies the outline settings of an image.
VerticalAlignmentSpecifies an image’s vertical alignment relative to a vertical anchor element.
VerticalAnchorElementSpecifies the element to which an image is vertically aligned.
VerticalOffsetSpecifies an image’s offset from a vertical anchor element.
VerticalRelativeOffsetSpecifies an image’s relative offset from a vertical anchor element.
WrapTypeSpecifies the image’s wrap type.

Methods

NameDescription
CopyFrom(Image)Duplicates the properties of the specified image into the current instance of the ImageProperties 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.
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.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ImageProperties Class

DevExpress.Blazor.RichEdit Namespace