C1.Win.8 Assembly / C1.Framework Namespace / PathIconElement Class / ActualViewBox Property

In This Topic
ActualViewBox Property (PathIconElement)
In This Topic
Returns the rectangle which determines panning and zooming of content inside the parent container.
Syntax
'Declaration
 
Protected ReadOnly Property ActualViewBox As RectangleF
 
Remarks
Returns the VectorIconElement.ViewBox property value. If the VectorIconElement.ViewBox property is not set, returns graphic path bounds.
See Also