Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPatternElement Class / PatternUnits Property

In This Topic
    PatternUnits Property
    In This Topic
    Gets or sets a value specifying the coordinate system for the positional attributes.
    Syntax
    'Declaration
     
    Public Property PatternUnits As System.Nullable(Of SvgUnitType)
    public System.Nullable<SvgUnitType> PatternUnits {get; set;}
    See Also