Returns or sets the shape frame's properties.
Read/write
IShapeFrame.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public IShapeFrame Frame { get; set; }
Public Property Frame As IShapeFrame
Get
Set
public:
virtual property IShapeFrame^ Frame {
IShapeFrame^ get () sealed;
void set (IShapeFrame^ value) sealed;
}
abstract Frame : IShapeFrame with get, set
override Frame : IShapeFrame with get, set
Property Value
Type:
IShapeFrameImplements
IShapeFrameRemarks
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