# C1.iOS.Core.C1Label

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_iOS_Core_C1Label" data-uid="C1.iOS.Core.C1Label" class="text-break">C1Label Class
</h1>
  <div class="markdown level0 summary"><p>Inherited <span class="xref">UIKit.UILabel</span> which adds an <a class="xref" href="C1.iOS.Core.C1Label.Insets.html#C1_iOS_Core_C1Label_Insets">Insets</a> property to easily add a padding to the text displayed.</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">C1Label</span></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_C1Label_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Label : UILabel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Label
    Inherits UILabel</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_C1Label__ctor" data-uid="C1.iOS.Core.C1Label.#ctor">
          <a class="xref" href="C1.iOS.Core.C1Label.-ctor.html#C1_iOS_Core_C1Label__ctor">C1Label()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.iOS.Core.C1Label.html">C1Label</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1Label__ctor_CoreGraphics_CGRect_" data-uid="C1.iOS.Core.C1Label.#ctor(CoreGraphics.CGRect)">
          <a class="xref" href="C1.iOS.Core.C1Label.-ctor.html#C1_iOS_Core_C1Label__ctor_CoreGraphics_CGRect_">C1Label(CGRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.iOS.Core.C1Label.html">C1Label</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_C1Label_Insets" data-uid="C1.iOS.Core.C1Label.Insets">
          <a class="xref" href="C1.iOS.Core.C1Label.Insets.html#C1_iOS_Core_C1Label_Insets">Insets</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding applied to the displayed text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1Label_IntrinsicContentSize" data-uid="C1.iOS.Core.C1Label.IntrinsicContentSize">
          <a class="xref" href="C1.iOS.Core.C1Label.IntrinsicContentSize.html#C1_iOS_Core_C1Label_IntrinsicContentSize">IntrinsicContentSize</a>
        </td>
        <td class="markdown level1 summary"></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_C1Label_DrawText_CoreGraphics_CGRect_" data-uid="C1.iOS.Core.C1Label.DrawText(CoreGraphics.CGRect)">
          <a class="xref" href="C1.iOS.Core.C1Label.DrawText.html#C1_iOS_Core_C1Label_DrawText_CoreGraphics_CGRect_">DrawText(CGRect)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1Label_SizeThatFits_CoreGraphics_CGSize_" data-uid="C1.iOS.Core.C1Label.SizeThatFits(CoreGraphics.CGSize)">
          <a class="xref" href="C1.iOS.Core.C1Label.SizeThatFits.html#C1_iOS_Core_C1Label_SizeThatFits_CoreGraphics_CGSize_">SizeThatFits(CGSize)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
