# GrapeCity.Documents.Word.GradientFill.Angle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_GradientFill_Angle_" data-uid="GrapeCity.Documents.Word.GradientFill.Angle*">Angle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_GradientFill_Angle_" data-uid="GrapeCity.Documents.Word.GradientFill.Angle*"></a>
<h4 id="GrapeCity_Documents_Word_GradientFill_Angle" data-uid="GrapeCity.Documents.Word.GradientFill.Angle">Angle</h4>
<div class="markdown level1 summary"><p>Gets or sets the direction of color change for the gradient in degrees 0..360.</p>
<p>To define this angle, let its value be x measured clockwise.</p>
<p>Then ( -sin x, cos x ) is a vector parallel to the line of constant color in the gradient fill.</p>
<p>This property has effect only when the <a class="xref" href="GrapeCity.Documents.Word.GradientFill.Type.html#GrapeCity_Documents_Word_GradientFill_Type">Type</a> property is <a class="xref" href="GrapeCity.Documents.Word.GradientType.html#GrapeCity_Documents_Word_GradientType_Linear">Linear</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public float Angle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Angle As Single</code></pre>
</div>
</div>
