PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfRadioButton Class / Checked Property

In This Topic
    Checked Property (PdfRadioButton)
    In This Topic
    Gets or sets a value indicating whether the current object is in a checked state.
    Syntax
    'Declaration
     
    
    Public Property Checked As Boolean
    public bool Checked {get; set;}
    See Also