Click or drag to resize

SvgVisualElementClipPath Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the associated SvgClipPath if one has been specified.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
[SvgAttributeAttribute("clip-path")]
public virtual Uri ClipPath { get; set; }
Request Example View Source

Property Value

Type: Uri

Implements

ISvgClipableClipPath
See Also