Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NRichTextBox Class / ZoomFactor Property


In This Topic
    ZoomFactor Property (NRichTextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.DefaultValueAttribute(1)>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRDescriptionAttribute("RichTextBoxZoomFactor")>
    Public Property ZoomFactor As System.Single
    'Usage
     
    
    Dim instance As NRichTextBox
    Dim value As System.Single
     
    instance.ZoomFactor = value
     
    value = instance.ZoomFactor
    [SRCategory("CatBehavior")]
    [System.ComponentModel.DefaultValue(1)]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("RichTextBoxZoomFactor")]
    public System.float ZoomFactor {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also