# FarPoint.Win.FpProgress.DoPaint

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_FpProgress_DoPaint_" data-uid="FarPoint.Win.FpProgress.DoPaint*">DoPaint Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_FpProgress_DoPaint_" data-uid="FarPoint.Win.FpProgress.DoPaint*"></a>
<h4 id="FarPoint_Win_FpProgress_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_System_Int32_System_Int32_System_Int32_FarPoint_Win_ProgressOrientation_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_System_Drawing_Color_System_Drawing_Color_System_Boolean_FarPoint_Win_Picture_System_Boolean_FarPoint_Win_ProgressStyle_FarPoint_Win_VisualStyles_FarPoint_Win_ProgressTextStyle_System_String_System_Drawing_Color_System_Drawing_Drawing2D_LinearGradientMode_FarPoint_Win_Picture_System_Boolean_" data-uid="FarPoint.Win.FpProgress.DoPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,System.Int32,System.Int32,System.Int32,FarPoint.Win.ProgressOrientation,FarPoint.Win.HorizontalAlignment,FarPoint.Win.VerticalAlignment,System.Drawing.Color,System.Drawing.Color,System.Boolean,FarPoint.Win.Picture,System.Boolean,FarPoint.Win.ProgressStyle,FarPoint.Win.VisualStyles,FarPoint.Win.ProgressTextStyle,System.String,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode,FarPoint.Win.Picture,System.Boolean)">DoPaint(Graphics, Rectangle, Color, Color, Font, int, int, int, ProgressOrientation, HorizontalAlignment, VerticalAlignment, Color, Color, bool, Picture, bool, ProgressStyle, VisualStyles, ProgressTextStyle, string, Color, LinearGradientMode, Picture, bool)</h4>
<div class="markdown level1 summary"><p>Paints the progress indicator.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void DoPaint(Graphics g, Rectangle r, Color backColor, Color foreColor, Font font, int value, int minimum, int maximum, ProgressOrientation orientation, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, Color fillColor, Color fillTextColor, bool showText, Picture backgroundImage, bool locked, ProgressStyle style, VisualStyles visualStyles, ProgressTextStyle textStyle, string textStr, Color fillColor2, LinearGradientMode gradMode, Picture picture, bool rightToLeft)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub DoPaint(g As Graphics, r As Rectangle, backColor As Color, foreColor As Color, font As Font, value As Integer, minimum As Integer, maximum As Integer, orientation As ProgressOrientation, horizontalAlignment As HorizontalAlignment, verticalAlignment As VerticalAlignment, fillColor As Color, fillTextColor As Color, showText As Boolean, backgroundImage As Picture, locked As Boolean, style As ProgressStyle, visualStyles As VisualStyles, textStyle As ProgressTextStyle, textStr As String, fillColor2 As Color, gradMode As LinearGradientMode, picture As Picture, rightToLeft As Boolean)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.graphics">Graphics</a></td>
      <td><span class="parametername">g</span></td>
      <td><p>GDI+ grphics surface</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">r</span></td>
      <td><p>Image rectangle</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">backColor</span></td>
      <td><p>Background color of control</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">foreColor</span></td>
      <td><p>Foreground (text) color of control</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">font</span></td>
      <td><p>Font of the text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>Value of the control</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">minimum</span></td>
      <td><p>Minimum value of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">maximum</span></td>
      <td><p>Maximum value of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.ProgressOrientation.html">ProgressOrientation</a></td>
      <td><span class="parametername">orientation</span></td>
      <td><p>Orientation of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.HorizontalAlignment.html">HorizontalAlignment</a></td>
      <td><span class="parametername">horizontalAlignment</span></td>
      <td><p>Horizontal alignment of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.VerticalAlignment.html">VerticalAlignment</a></td>
      <td><span class="parametername">verticalAlignment</span></td>
      <td><p>Vertical alignment of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">fillColor</span></td>
      <td><p>Color of the fill of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">fillTextColor</span></td>
      <td><p>Color of text in the filled area of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showText</span></td>
      <td><p>Whether to show the text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Picture.html">Picture</a></td>
      <td><span class="parametername">backgroundImage</span></td>
      <td><p>Background image</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">locked</span></td>
      <td><p>Whether it is locked</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.ProgressStyle.html">ProgressStyle</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>Type of display of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.VisualStyles.html">VisualStyles</a></td>
      <td><span class="parametername">visualStyles</span></td>
      <td><p>Visual styles (XP themes) setting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.ProgressTextStyle.html">ProgressTextStyle</a></td>
      <td><span class="parametername">textStyle</span></td>
      <td><p>Progress indicator text style</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">textStr</span></td>
      <td><p>Progress indicator text string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">fillColor2</span></td>
      <td><p>Second color for a progress indicator if set to display a gradient</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.drawing2d.lineargradientmode">LinearGradientMode</a></td>
      <td><span class="parametername">gradMode</span></td>
      <td><p>Gradient style for a progress indicator if set to display a gradient</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Picture.html">Picture</a></td>
      <td><span class="parametername">picture</span></td>
      <td><p>Image for a progress indicator if set to display a picture</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">rightToLeft</span></td>
      <td><p>Specifies whether system is right to left</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_FpProgress_DoPaint_" data-uid="FarPoint.Win.FpProgress.DoPaint*"></a>
<h4 id="FarPoint_Win_FpProgress_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_System_Int32_System_Int32_System_Int32_FarPoint_Win_ProgressOrientation_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_System_Drawing_Color_System_Drawing_Color_System_Boolean_FarPoint_Win_Picture_System_Boolean_FarPoint_Win_ProgressStyle_FarPoint_Win_VisualStyles_FarPoint_Win_ProgressTextStyle_System_String_System_Drawing_Color_System_Drawing_Drawing2D_LinearGradientMode_FarPoint_Win_Picture_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.FpProgress.DoPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,System.Int32,System.Int32,System.Int32,FarPoint.Win.ProgressOrientation,FarPoint.Win.HorizontalAlignment,FarPoint.Win.VerticalAlignment,System.Drawing.Color,System.Drawing.Color,System.Boolean,FarPoint.Win.Picture,System.Boolean,FarPoint.Win.ProgressStyle,FarPoint.Win.VisualStyles,FarPoint.Win.ProgressTextStyle,System.String,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode,FarPoint.Win.Picture,System.Boolean,System.Boolean)">DoPaint(Graphics, Rectangle, Color, Color, Font, int, int, int, ProgressOrientation, HorizontalAlignment, VerticalAlignment, Color, Color, bool, Picture, bool, ProgressStyle, VisualStyles, ProgressTextStyle, string, Color, LinearGradientMode, Picture, bool, bool)</h4>
<div class="markdown level1 summary"><p>Paints the progress indicator.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void DoPaint(Graphics g, Rectangle r, Color backColor, Color foreColor, Font font, int value, int minimum, int maximum, ProgressOrientation orientation, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, Color fillColor, Color fillTextColor, bool showText, Picture backgroundImage, bool locked, ProgressStyle style, VisualStyles visualStyles, ProgressTextStyle textStyle, string textStr, Color fillColor2, LinearGradientMode gradMode, Picture picture, bool rightToLeft, bool validValue)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub DoPaint(g As Graphics, r As Rectangle, backColor As Color, foreColor As Color, font As Font, value As Integer, minimum As Integer, maximum As Integer, orientation As ProgressOrientation, horizontalAlignment As HorizontalAlignment, verticalAlignment As VerticalAlignment, fillColor As Color, fillTextColor As Color, showText As Boolean, backgroundImage As Picture, locked As Boolean, style As ProgressStyle, visualStyles As VisualStyles, textStyle As ProgressTextStyle, textStr As String, fillColor2 As Color, gradMode As LinearGradientMode, picture As Picture, rightToLeft As Boolean, validValue As Boolean)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.graphics">Graphics</a></td>
      <td><span class="parametername">g</span></td>
      <td><p>GDI+ grphics surface</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">r</span></td>
      <td><p>Image rectangle</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">backColor</span></td>
      <td><p>Background color of control</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">foreColor</span></td>
      <td><p>Foreground (text) color of control</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">font</span></td>
      <td><p>Font of the text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>Value of the control</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">minimum</span></td>
      <td><p>Minimum value of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">maximum</span></td>
      <td><p>Maximum value of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.ProgressOrientation.html">ProgressOrientation</a></td>
      <td><span class="parametername">orientation</span></td>
      <td><p>Orientation of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.HorizontalAlignment.html">HorizontalAlignment</a></td>
      <td><span class="parametername">horizontalAlignment</span></td>
      <td><p>Horizontal alignment of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.VerticalAlignment.html">VerticalAlignment</a></td>
      <td><span class="parametername">verticalAlignment</span></td>
      <td><p>Vertical alignment of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">fillColor</span></td>
      <td><p>Color of the fill of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">fillTextColor</span></td>
      <td><p>Color of text in the filled area of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showText</span></td>
      <td><p>Whether to show the text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Picture.html">Picture</a></td>
      <td><span class="parametername">backgroundImage</span></td>
      <td><p>Background image</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">locked</span></td>
      <td><p>Whether it is locked</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.ProgressStyle.html">ProgressStyle</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>Type of display of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.VisualStyles.html">VisualStyles</a></td>
      <td><span class="parametername">visualStyles</span></td>
      <td><p>Visual styles (XP themes) setting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.ProgressTextStyle.html">ProgressTextStyle</a></td>
      <td><span class="parametername">textStyle</span></td>
      <td><p>Progress indicator text style</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">textStr</span></td>
      <td><p>Progress indicator text string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">fillColor2</span></td>
      <td><p>Second color for a progress indicator if set to display a gradient</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.drawing2d.lineargradientmode">LinearGradientMode</a></td>
      <td><span class="parametername">gradMode</span></td>
      <td><p>Gradient style for a progress indicator if set to display a gradient</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Picture.html">Picture</a></td>
      <td><span class="parametername">picture</span></td>
      <td><p>Image for a progress indicator if set to display a picture</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">rightToLeft</span></td>
      <td><p>Specifies whether system is right to left</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">validValue</span></td>
      <td><p>Specifies whether value is valid or not</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_FpProgress_DoPaint_" data-uid="FarPoint.Win.FpProgress.DoPaint*"></a>
<h4 id="FarPoint_Win_FpProgress_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_System_Int32_System_Int32_System_Int32_FarPoint_Win_ProgressOrientation_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_System_Drawing_Color_System_Drawing_Color_System_Boolean_FarPoint_Win_Picture_System_Boolean_FarPoint_Win_ProgressStyle_FarPoint_Win_VisualStyles_FarPoint_Win_ProgressTextStyle_System_String_System_Drawing_Color_System_Drawing_Drawing2D_LinearGradientMode_FarPoint_Win_Picture_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.FpProgress.DoPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,System.Int32,System.Int32,System.Int32,FarPoint.Win.ProgressOrientation,FarPoint.Win.HorizontalAlignment,FarPoint.Win.VerticalAlignment,System.Drawing.Color,System.Drawing.Color,System.Boolean,FarPoint.Win.Picture,System.Boolean,FarPoint.Win.ProgressStyle,FarPoint.Win.VisualStyles,FarPoint.Win.ProgressTextStyle,System.String,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode,FarPoint.Win.Picture,System.Boolean,System.Boolean,System.Boolean)">DoPaint(Graphics, Rectangle, Color, Color, Font, int, int, int, ProgressOrientation, HorizontalAlignment, VerticalAlignment, Color, Color, bool, Picture, bool, ProgressStyle, VisualStyles, ProgressTextStyle, string, Color, LinearGradientMode, Picture, bool, bool, bool)</h4>
<div class="markdown level1 summary"><p>Paints the progress indicator.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void DoPaint(Graphics g, Rectangle r, Color backColor, Color foreColor, Font font, int value, int minimum, int maximum, ProgressOrientation orientation, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, Color fillColor, Color fillTextColor, bool showText, Picture backgroundImage, bool locked, ProgressStyle style, VisualStyles visualStyles, ProgressTextStyle textStyle, string textStr, Color fillColor2, LinearGradientMode gradMode, Picture picture, bool rightToLeft, bool validValue, bool isGrayScale)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub DoPaint(g As Graphics, r As Rectangle, backColor As Color, foreColor As Color, font As Font, value As Integer, minimum As Integer, maximum As Integer, orientation As ProgressOrientation, horizontalAlignment As HorizontalAlignment, verticalAlignment As VerticalAlignment, fillColor As Color, fillTextColor As Color, showText As Boolean, backgroundImage As Picture, locked As Boolean, style As ProgressStyle, visualStyles As VisualStyles, textStyle As ProgressTextStyle, textStr As String, fillColor2 As Color, gradMode As LinearGradientMode, picture As Picture, rightToLeft As Boolean, validValue As Boolean, isGrayScale As Boolean)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.graphics">Graphics</a></td>
      <td><span class="parametername">g</span></td>
      <td><p>GDI+ grphics surface</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">r</span></td>
      <td><p>Image rectangle</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">backColor</span></td>
      <td><p>Background color of control</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">foreColor</span></td>
      <td><p>Foreground (text) color of control</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">font</span></td>
      <td><p>Font of the text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>Value of the control</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">minimum</span></td>
      <td><p>Minimum value of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">maximum</span></td>
      <td><p>Maximum value of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.ProgressOrientation.html">ProgressOrientation</a></td>
      <td><span class="parametername">orientation</span></td>
      <td><p>Orientation of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.HorizontalAlignment.html">HorizontalAlignment</a></td>
      <td><span class="parametername">horizontalAlignment</span></td>
      <td><p>Horizontal alignment of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.VerticalAlignment.html">VerticalAlignment</a></td>
      <td><span class="parametername">verticalAlignment</span></td>
      <td><p>Vertical alignment of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">fillColor</span></td>
      <td><p>Color of the fill of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">fillTextColor</span></td>
      <td><p>Color of text in the filled area of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showText</span></td>
      <td><p>Whether to show the text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Picture.html">Picture</a></td>
      <td><span class="parametername">backgroundImage</span></td>
      <td><p>Background image</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">locked</span></td>
      <td><p>Whether it is locked</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.ProgressStyle.html">ProgressStyle</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>Type of display of the progress indicator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.VisualStyles.html">VisualStyles</a></td>
      <td><span class="parametername">visualStyles</span></td>
      <td><p>Visual styles (XP themes) setting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.ProgressTextStyle.html">ProgressTextStyle</a></td>
      <td><span class="parametername">textStyle</span></td>
      <td><p>Progress indicator text style</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">textStr</span></td>
      <td><p>Progress indicator text string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">fillColor2</span></td>
      <td><p>Second color for a progress indicator if set to display a gradient</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.drawing2d.lineargradientmode">LinearGradientMode</a></td>
      <td><span class="parametername">gradMode</span></td>
      <td><p>Gradient style for a progress indicator if set to display a gradient</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Picture.html">Picture</a></td>
      <td><span class="parametername">picture</span></td>
      <td><p>Image for a progress indicator if set to display a picture</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">rightToLeft</span></td>
      <td><p>Specifies whether system is right to left</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">validValue</span></td>
      <td><p>Specifies whether value is valid or not</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">isGrayScale</span></td>
      <td><p>Whether painting in grayscale mode</p>
</td>
    </tr>
  </tbody>
</table>
</div>
