Shape
Placeholder Property
|
Gets the placeholder for a shape.
Read-only
Placeholder
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Placeholder Placeholder { get; }
Public ReadOnly Property Placeholder As Placeholder
Get
public:
virtual property Placeholder^ Placeholder {
Placeholder^ get () sealed;
}
abstract Placeholder : Placeholder with get
override Placeholder : Placeholder with get
Property Value
Type:
Placeholder
Implements
IShape
Placeholder
See Also