diff --git a/Source/SVGImage/SVG/SVGImage.cs b/Source/SVGImage/SVG/SVGImage.cs index 49923be..40aa512 100644 --- a/Source/SVGImage/SVG/SVGImage.cs +++ b/Source/SVGImage/SVG/SVGImage.cs @@ -163,6 +163,12 @@ public Drawing ImageSource set { this.SetValue(ImageSourcePoperty, value); } } + public Rect Bounds + { + get { return m_drawing.Bounds; } + set { } + } + public bool UseAnimations { get { return (bool)GetValue(UseAnimationsProperty); }