Gets the collection of radio button items.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfRadioButtonWidgetWidgetItemCollection WidgetWidgetItems { get; }
Public ReadOnly Property WidgetWidgetItems As PdfRadioButtonWidgetWidgetItemCollection
	Get
public:
property PdfRadioButtonWidgetWidgetItemCollection^ WidgetWidgetItems {
	PdfRadioButtonWidgetWidgetItemCollection^ get ();
}
member WidgetWidgetItems : PdfRadioButtonWidgetWidgetItemCollection with get

Property Value

PdfRadioButtonWidgetWidgetItemCollection
A that represents the items within the list.

See Also