Share via


ImageEffect.ArtisticGlowEdges Property

ArtisticGlowEdges.Represents the element tag in schema: a14:artisticGlowEdges

Namespace:  DocumentFormat.OpenXml.Office2010.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property ArtisticGlowEdges As ArtisticGlowEdges
    Get
    Set
'Usage
Dim instance As ImageEffect
Dim value As ArtisticGlowEdges

value = instance.ArtisticGlowEdges

instance.ArtisticGlowEdges = value
public ArtisticGlowEdges ArtisticGlowEdges { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges

See Also

Reference

ImageEffect Class

ImageEffect Members

DocumentFormat.OpenXml.Office2010.Drawing Namespace