'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.BindableAttribute(True)> <System.Runtime.InteropServices.DispIdAttribute(-517)> <SRDescriptionAttribute("ControlTextDescr")> Public Overridable Property Text As System.String
'Usage
Dim instance As NPanAndZoomControl Dim value As System.String instance.Text = value value = instance.Text
[SRCategory("CatAppearance")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.Bindable(true)] [System.Runtime.InteropServices.DispId(-517)] [SRDescription("ControlTextDescr")] public virtual System.string Text {get; set;}