Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public GraphicFrame Frame { get; set; }
Public Property Frame As GraphicFrame
	Get
	Set
public:
virtual property GraphicFrame^ Frame {
	GraphicFrame^ get () sealed;
	void set (GraphicFrame^ value) sealed;
}
abstract Frame : GraphicFrame with get, set
override Frame : GraphicFrame with get, set

Property Value

GraphicFrame

Implements

IShape..::..Frame

See Also