# C1.iOS.Core.C1Style

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_iOS_Core_C1Style" data-uid="C1.iOS.Core.C1Style" class="text-break">C1Style Class
</h1>
  <div class="markdown level0 summary"><p>Represents the style of the element.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1Style</span></div>
      <div class="level2"><a class="xref" href="../C1.iOS.Calendar/C1.iOS.Calendar.CalendarSlotPresenterStyle.html">CalendarSlotPresenterStyle</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.iOS.Core.html">C1.iOS.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.iOS.Core.dll</h6>
  <h5 id="C1_iOS_Core_C1Style_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Style</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Style</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_iOS_Core_C1Style__ctor_System_Type_" data-uid="C1.iOS.Core.C1Style.#ctor(System.Type)">
          <a class="xref" href="C1.iOS.Core.C1Style.-ctor.html#C1_iOS_Core_C1Style__ctor_System_Type_">C1Style(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.iOS.Core.C1Style.html">C1Style</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_iOS_Core_C1Style_Background" data-uid="C1.iOS.Core.C1Style.Background">
          <a class="xref" href="C1.iOS.Core.C1Style.Background.html#C1_iOS_Core_C1Style_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <span class="xref">CoreAnimation.CALayer</span> that describes the background color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1Style_BorderBrush" data-uid="C1.iOS.Core.C1Style.BorderBrush">
          <a class="xref" href="C1.iOS.Core.C1Style.BorderBrush.html#C1_iOS_Core_C1Style_BorderBrush">BorderBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <span class="xref">CoreAnimation.CALayer</span> that describes the border color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1Style_BorderThickness" data-uid="C1.iOS.Core.C1Style.BorderThickness">
          <a class="xref" href="C1.iOS.Core.C1Style.BorderThickness.html#C1_iOS_Core_C1Style_BorderThickness">BorderThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border thickness of an element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1Style_CornerRadius" data-uid="C1.iOS.Core.C1Style.CornerRadius">
          <a class="xref" href="C1.iOS.Core.C1Style.CornerRadius.html#C1_iOS_Core_C1Style_CornerRadius">CornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the corner radius of an element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1Style_Font" data-uid="C1.iOS.Core.C1Style.Font">
          <a class="xref" href="C1.iOS.Core.C1Style.Font.html#C1_iOS_Core_C1Style_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.iOS.Core.C1Font.html">C1Font</a> applied of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1Style_Foreground" data-uid="C1.iOS.Core.C1Style.Foreground">
          <a class="xref" href="C1.iOS.Core.C1Style.Foreground.html#C1_iOS_Core_C1Style_Foreground">Foreground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <span class="xref">CoreAnimation.CALayer</span> that describes the foreground color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1Style_Padding" data-uid="C1.iOS.Core.C1Style.Padding">
          <a class="xref" href="C1.iOS.Core.C1Style.Padding.html#C1_iOS_Core_C1Style_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding inside an element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1Style_TargetType" data-uid="C1.iOS.Core.C1Style.TargetType">
          <a class="xref" href="C1.iOS.Core.C1Style.TargetType.html#C1_iOS_Core_C1Style_TargetType">TargetType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type for which this style is intended.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_iOS_Core_C1Style_GetValue_System_String_" data-uid="C1.iOS.Core.C1Style.GetValue(System.String)">
          <a class="xref" href="C1.iOS.Core.C1Style.GetValue.html#C1_iOS_Core_C1Style_GetValue_System_String_">GetValue(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the current effective value of a property on this instance, specified by its property name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1Style_SetValue_System_String_System_Object_" data-uid="C1.iOS.Core.C1Style.SetValue(System.String,System.Object)">
          <a class="xref" href="C1.iOS.Core.C1Style.SetValue.html#C1_iOS_Core_C1Style_SetValue_System_String_System_Object_">SetValue(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the local value of a property, specified by its property name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
