ShapePlaceholder Property |
Returns the placeholder for a shape. Returns null if the shape has no placeholder.
Read-only
IPlaceholder.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IPlaceholder Placeholder { get; }
Public ReadOnly Property Placeholder As IPlaceholder
Get
public:
virtual property IPlaceholder^ Placeholder {
IPlaceholder^ get () sealed;
}
abstract Placeholder : IPlaceholder with get
override Placeholder : IPlaceholder with get
Property Value
Type:
IPlaceholderImplements
IShapePlaceholder
See Also