AmpComponentPlaceholder Property |
The element marked with the placeholder attribute acts as a placeholder for the parent AMP element. If specified, a placeholder element must be a direct child of the AMP element.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic AmpComponent Placeholder { get; set; }
Public Property Placeholder As AmpComponent
Get
Set
public:
property AmpComponent^ Placeholder {
AmpComponent^ get ();
void set (AmpComponent^ value);
}
member Placeholder : AmpComponent with get, set
Property Value
Type:
AmpComponent
See Also