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