SmartArt.QuickStyle Property

Gets or sets the SmartArt quick style applied to the SmartArt graphic.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property QuickStyle As SmartArtQuickStyle
    Get
    Set
'Usage
Dim instance As SmartArt
Dim value As SmartArtQuickStyle

value = instance.QuickStyle

instance.QuickStyle = value
SmartArtQuickStyle QuickStyle { get; set; }

Property Value

Type: Microsoft.Office.Core.SmartArtQuickStyle

Remarks

Read/write.

See Also

Reference

SmartArt Interface

SmartArt Members

Microsoft.Office.Core Namespace