Gets or sets the zoom factor, in percent, for the TX Drawing Control. When the value is changed both all drawn shapes and the control itself are resized considering to the specified zoom factor. To change the property value the control's Dock property has been set to Dock
public int ZoomFactor { get; set; }
Public Property ZoomFactor() As Integer