background

  1. S

    Problem with backgroundcolor for iTextSharp ex in VB.

    Hi Im making a page that can get some info from a DB from a gridview and then print it to a PDF file. But im having problems with the background color. If i use this line of code cell.BackgroundColor = New Color(System.Drawing.ColorTranslator.FromHtml("#008000")) Then i get this error...
  2. N

    Custom Colors for a TextBox

    I have a TextBox in my App for which I want to customize the colors. At the moment, I am using the following Style: <Style x:Key="EditPlayerStyle" TargetType="TextBox"> <Setter Property="Background" Value="Blue"/> <Setter Property="BorderThickness" Value="0"/> <Setter Property="FontFamily"...
Back
Top