AmpAttributesLayout Property |
AMP provides a set of layouts that specify how an AMP component behaves in the document layout.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic LayoutType Layout { get; set; }
Public Property Layout As LayoutType
Get
Set
public:
property LayoutType Layout {
LayoutType get ();
void set (LayoutType value);
}
member Layout : LayoutType with get, set
Property Value
Type:
LayoutType
See Also