VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionAreaAppearanceManager Class / TextBoxCursor Property
Syntax Requirements SeeAlso
In This Topic
    TextBoxCursor Property (WpfInteractionAreaAppearanceManager)
    In This Topic
    Gets or sets a cursor for text box.
    Syntax
    'Declaration
    
    <CategoryAttribute("TextBox")>
    <DescriptionAttribute("A cursor for text box.")>
    Public Property TextBoxCursor As System.Windows.Input.Cursor
    
    
    [Category("TextBox")]
    [Description("A cursor for text box.")]
    public System.Windows.Input.Cursor TextBoxCursor { get; set; }
    
    
    [Category("TextBox")]
    [Description("A cursor for text box.")]
    public: __property System.Windows.Input.Cursor* get_TextBoxCursor();
    public: __property void set_TextBoxCursor(
    System.Windows.Input.Cursor* value
    );
    [Category("TextBox")]
    [Description("A cursor for text box.")]
    public:
    property System.Windows.Input.Cursor^ TextBoxCursor { System.Windows.Input.Cursor^ get(); void set(System.Windows.Input.Cursor^ value); }

    Property Value

    Default value is Cursors.IBeam.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also