diff --git a/Source/Painting/SvgPatternServer.cs b/Source/Painting/SvgPatternServer.cs index da9629845..4b9a6da40 100644 --- a/Source/Painting/SvgPatternServer.cs +++ b/Source/Painting/SvgPatternServer.cs @@ -140,6 +140,24 @@ private Matrix EffectivePatternTransform } } + /// + /// Check if property value was set. + /// + /// True if has value. + public bool HasPatternUnits() + { + return _patternUnits.HasValue; + } + + /// + /// Check if property value was set. + /// + /// True if has value. + public bool HasPatternContentUnits() + { + return _patternContentUnits.HasValue; + } + /// /// Gets a representing the current paint server. ///