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 short Depth { get; set; }
Public Property Depth As Short
	Get
	Set
public:
property short Depth {
	short get ();
	void set (short value);
}
member Depth : int16 with get, set

Property Value

Int16

See Also