ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfRadioCheckBase Class / Text Property

In This Topic
    Text Property (PdfRadioCheckBase)
    In This Topic
    Gets or sets the text value of the current object.
    Syntax
    'Declaration
     
    
    Public Overrides Property Text As String
    public override string Text {get; set;}
    See Also