VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionAreaAppearanceManager Class / TextBoxForeColor Property
Syntax Requirements SeeAlso
In This Topic
    TextBoxForeColor Property (WpfInteractionAreaAppearanceManager)
    In This Topic
    Gets or sets a color of a text box text.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The color of a text box text.")>
    <DefaultValueAttribute(null)>
    <CategoryAttribute("TextBox")>
    Public Property TextBoxForeColor As System.Windows.Media.Color
    
    
    [Description("The color of a text box text.")]
    [DefaultValue(null)]
    [Category("TextBox")]
    public System.Windows.Media.Color TextBoxForeColor { get; set; }
    
    
    [Description("The color of a text box text.")]
    [DefaultValue(null)]
    [Category("TextBox")]
    public: __property System.Windows.Media.Color* get_TextBoxForeColor();
    public: __property void set_TextBoxForeColor(
    System.Windows.Media.Color* value
    );
    [Description("The color of a text box text.")]
    [DefaultValue(null)]
    [Category("TextBox")]
    public:
    property System.Windows.Media.Color^ TextBoxForeColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }

    Property Value

    Default value is Black.
    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