ImageEffect.ArtisticPaintStrokes Property
ArtisticPaintStrokes.Represents the element tag in schema: a14:artisticPaintStrokes
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property ArtisticPaintStrokes As ArtisticPaintStrokes
Get
Set
'Usage
Dim instance As ImageEffect
Dim value As ArtisticPaintStrokes
value = instance.ArtisticPaintStrokes
instance.ArtisticPaintStrokes = value
public ArtisticPaintStrokes ArtisticPaintStrokes { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes