Text Property (DicomViewer)
In This Topic
Syntax
'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
[SRCategory("CatAppearance")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.Bindable(true)]
[System.Runtime.InteropServices.DispId(-517)]
[SRDescription("ControlTextDescr")]
public virtual System.string Text {get; set;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also