'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;}