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

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