# C1.Win.Themes.TwoColorGradient.SerializeReadProp

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Themes_TwoColorGradient_SerializeReadProp_" data-uid="C1.Win.Themes.TwoColorGradient.SerializeReadProp*">SerializeReadProp Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Themes_TwoColorGradient_SerializeReadProp_" data-uid="C1.Win.Themes.TwoColorGradient.SerializeReadProp*"></a>
<h4 id="C1_Win_Themes_TwoColorGradient_SerializeReadProp_C1_Win_Themes_Serialization_Serializer_System_String_System_Type_System_String_" data-uid="C1.Win.Themes.TwoColorGradient.SerializeReadProp(C1.Win.Themes.Serialization.Serializer,System.String,System.Type,System.String)">SerializeReadProp(Serializer, string, Type, string)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override void SerializeReadProp(Serializer serializer, string propName, Type type, string objectName)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub SerializeReadProp(serializer As Serializer, propName As String, type As Type, objectName As String)</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><span class="xref">Serializer</span></td>
      <td><span class="parametername">serializer</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">propName</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a></td>
      <td><span class="parametername">type</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">objectName</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Win.Themes.GradientColors.SerializeReadProp.html#C1_Win_Themes_GradientColors_SerializeReadProp_C1_Win_Themes_Serialization_Serializer_System_String_System_Type_System_String_">GradientColors.SerializeReadProp(Serializer, string, Type, string)</a></div>
</div>
