RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / Zoom Property

In This Topic
    Zoom Property (C1RichTextBox)
    In This Topic
    Gets or sets a zoom value applied to the contents of the C1RichTextBox.
    Syntax
    'Declaration
     
    
    Public Property Zoom As Double
    public double Zoom {get; set;}
    See Also