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

Property Value

SlideSizeType

See Also