VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.AppearanceGenerators Namespace / PdfRadioButtonFieldDynamicAppearanceGenerator Class / CheckedText Property
Синтаксис Требования Смотрите также
В этом разделе
    CheckedText Свойство (PdfRadioButtonFieldDynamicAppearanceGenerator)
    В этом разделе
    Возвращает или задает отмеченный текст.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("AppearanceCharacteristics")>
    <DescriptionAttribute("The checked text.")>
    <DefaultValueAttribute("l")>
    Public Property CheckedText As System.String
    
    
    [Category("AppearanceCharacteristics")]
    [Description("The checked text.")]
    [DefaultValue("l")]
    public System.String CheckedText { get; set; }
    
    
    [Category("AppearanceCharacteristics")]
    [Description("The checked text.")]
    [DefaultValue("l")]
    public: __property System.String get_CheckedText();
    public: __property void set_CheckedText(
    System.String value
    );
    [Category("AppearanceCharacteristics")]
    [Description("The checked text.")]
    [DefaultValue("l")]
    public:
    property System.String CheckedText { System.String get(); void set(System.String value); }
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также