Back to Devexpress

ShapeBase Members

officefileapi-devexpress-dot-docs-dot-presentation-dot-shapebase-dot-underscore-members.md

latest3.6 KB
Original Source

ShapeBase Members

A base class for shapes.

Constructors

NameDescription
ShapeBase(Single, Single, Single, Single)Initializes a new instance of the ShapeBase class with specified settings.

Properties

NameDescription
AlternativeTextGets or sets the alternative text for a shape.
DecorativeIndicates whether the shape is decorative and does not add meaningful content.
HeightGets or sets the shape height.
NameGets or sets the shape name.
WidthGets or sets the shape width.
XGets or sets the X-coordinate of the shape.
YGets or sets the Y-coordinate of the shape.

Methods

NameDescription
Clone()Clones the current ShapeBase instance.
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

ShapeBase Class

DevExpress.Docs.Presentation Namespace