DiagramLite Programmer's Guide
VisualImage.Viewbox Property
See Also
 





Gets or sets the portion of the associated visual that should be represented by the produced bitmap. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Rect Viewbox { get; set; }

Visual Basic  Copy Code

Public Property Viewbox As Rect

 Property Value

 Remarks

The rectangle is specified as if the original has no transforms applied.

 See Also

VisualImage Members
VisualImage Class
MindFusion.Diagramming Namespace