Class RadioButtonWidget
Represents the radio button widget.
Inheritance
System.Object
RadioButtonWidget
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class RadioButtonWidget : TwoStatesButtonWidget, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>
Properties
Option
Gets the option that is represented by the widget.
Declaration
public RadioOption Option { get; }
Property Value
RadioOption
|