ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / C1VectorIcon Class / ViewBox Property

In This Topic
    ViewBox Property (C1VectorIcon)
    In This Topic
    Gets or sets the rectangle which determines panning and zooming of content inside the parent container.
    Syntax
    'Declaration
     
    Public Property ViewBox As System.Drawing.Rectangle
    public System.Drawing.Rectangle ViewBox {get; set;}
    Remarks
    If this property is not set, then icon stretches according to the System.Drawing.Size property value.
    See Also