ResizeMode Class

Specifies the current resize behavior setting for the shape when contained in a group.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramResizeMode

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ResizeMode : ICloneable

The ResizeMode type exposes the following members.

Constructors
  NameDescription
Public methodResizeMode
Constructor.
Properties
  NameDescription
Public propertyUfe
Specifies attributes of an element.
Public propertyValue
Specifies the current resize behavior setting for the shape when contained in a group.
Methods
  NameDescription
Public methodClone
Creates deep copy of this instance.
Public methodEquals
Are objects equal.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also