set_Frame()

Shape::set_Frame(System::SharedPtr<IShapeFrame>) method

Sets the shape frame’s properties. Write IShapeFrame.

void Aspose::Slides::Shape::set_Frame(System::SharedPtr<IShapeFrame> value) override

Remarks

Value of each property of the returned IShapeFrame instance is not undefined (is not NaN or NotDefined). Value of each property of the assigned IShapeFrame instance must be not undefined (must be not NaN or NotDefined). You can set undefined values for RawFrame instance properties.

See Also