VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfTextAnnotationDataBaseView Class / TextBoxTransformerEnabled Property
Синтаксис Требования Смотрите также
В этом разделе
    TextBoxTransformerEnabled Свойство (WpfTextAnnotationDataBaseView)
    В этом разделе
    Возвращает или задает значение, указывающее, включен ли TextBoxTransformer.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the text box transformer is enabled.")>
    Public Property TextBoxTransformerEnabled As Boolean
    
    
    [Description("A value indicating whether the text box transformer is enabled.")]
    public bool TextBoxTransformerEnabled { get; set; }
    
    
    [Description("A value indicating whether the text box transformer is enabled.")]
    public: __property bool get_TextBoxTransformerEnabled();
    public: __property void set_TextBoxTransformerEnabled(
    bool value
    );
    [Description("A value indicating whether the text box transformer is enabled.")]
    public:
    property bool TextBoxTransformerEnabled { bool get(); void set(bool value); }

    Property Value

    True, если TextBoxTransformer включен; в противном случае, false.
    Требования

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

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