Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgClipPathElement Class / ClipPathUnits Property

In This Topic
    ClipPathUnits Property
    In This Topic
    Gets or sets the coordinate system for the contents of the SvgClipPathElement.
    Syntax
    'Declaration
     
    Public Property ClipPathUnits As System.Nullable(Of SvgUnitType)
    public System.Nullable<SvgUnitType> ClipPathUnits {get; set;}
    See Also