Gets or sets the shape frame's properties.
Read/write
GraphicFrame
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
GraphicFrame Frame { get; set; }
Property Frame As GraphicFrame
Get
Set
property GraphicFrame^ Frame {
GraphicFrame^ get ();
void set (GraphicFrame^ value);
}
abstract Frame : GraphicFrame with get, set
Property Value
Type:
GraphicFrame
Implements
IShape
Frame
See Also