ComponentOne Basic Library for WPF and Silverlight
ViewBox Property


C1.WPF Namespace > C1VectorIcon Class : ViewBox Property
Gets or sets the rectangle (in the path coordinates) which will determine what part will be drawn.
Syntax
'Declaration
 
Public Property ViewBox As System.Windows.Rect
'Usage
 
Dim instance As C1VectorIcon
Dim value As System.Windows.Rect
 
instance.ViewBox = value
 
value = instance.ViewBox
public System.Windows.Rect ViewBox {get; set;}
See Also

Reference

C1VectorIcon Class
C1VectorIcon Members