SmartArt.Layout Property
Gets or sets the Smart Art layout associated with the Smart Art graphic.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Layout As SmartArtLayout
Get
Set
'Usage
Dim instance As SmartArt
Dim value As SmartArtLayout
value = instance.Layout
instance.Layout = value
SmartArtLayout Layout { get; set; }
Property Value
Type: Microsoft.Office.Core.SmartArtLayout
Remarks
Read/write.