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. The default value is 100.

Syntax

public int ZoomFactor { get; set; }
Public Property ZoomFactor() As Integer