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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public RelativeRectangle SourceRectangle { get; set; }
Public Property SourceRectangle As RelativeRectangle
	Get
	Set
public:
property RelativeRectangle^ SourceRectangle {
	RelativeRectangle^ get ();
	void set (RelativeRectangle^ value);
}
member SourceRectangle : RelativeRectangle with get, set

Property Value

RelativeRectangle

See Also