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

Syntax

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

Property Value

Shape

See Also