# C1.Maui.Core

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_Maui_Core" data-uid="C1.Maui.Core" class="text-break">C1.Maui.Core Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.Maui.Core.AsyncEventArgs.html">AsyncEventArgs</a></h4>
      <section><p>Provides event data for asynchronous events.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.AsyncEventArgsDeferral.html">AsyncEventArgsDeferral</a></h4>
      <section><p>Deferral used to block the event until <a class="xref" href="C1.Maui.Core.AsyncEventArgsDeferral.Complete.html#C1_Maui_Core_AsyncEventArgsDeferral_Complete_System_Exception_">Complete(Exception)</a> method is called.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.AsyncEventArgsDeferralsAwaiter.html">AsyncEventArgsDeferralsAwaiter</a></h4>
      <section><p>Deferrals awaiter used to wait for the deferrals of an async event.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1ActivityIndicator.html">C1ActivityIndicator</a></h4>
      <section><p>A visual control used to indicate that something is ongoing.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1Animation.html">C1Animation</a></h4>
      <section><p>Contains information about a specific animation.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1BitmapIcon.html">C1BitmapIcon</a></h4>
      <section><p>Represents an icon created from an image.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1Border.html">C1Border</a></h4>
      <section><p>Basic control used to draw a border around another view.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1Button.html">C1Button</a></h4>
      <section><p>Button with a built-in style matching the suite.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1CheckBox.html">C1CheckBox</a></h4>
      <section><p>Represents a control that a user can select and clear.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1CompositeIcon.html">C1CompositeIcon</a></h4>
      <section><p>Represent an icon created from a list of icons superposed one on top of the other.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1Easing.html">C1Easing</a></h4>
      <section><p>Easing function used to interpolate the values of an animation.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1Font.html">C1Font</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Maui.Core.C1FontIcon.html">C1FontIcon</a></h4>
      <section><p>Represents an icon created from a font.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1Icon.html">C1Icon</a></h4>
      <section><p>Represents a visual icon that can be tinted and resized.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1IconTemplate.html">C1IconTemplate</a></h4>
      <section><p>This factory allows creating <a class="xref" href="C1.Maui.Core.C1Icon.html">C1Icon</a>.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1InputEventArgs.html">C1InputEventArgs</a></h4>
      <section><p>Contains information about gesture events.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1KeyboardHelper.html">C1KeyboardHelper</a></h4>
      <section><p>This class allows accessing keyboard-related information and constants.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1Localizer.html">C1Localizer</a></h4>
      <section><p>The <a class="xref" href="C1.Maui.Core.C1Localizer.html">C1Localizer</a> class represents the set of
static methods and properties used for localization.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1OrderedSet.html">C1OrderedSet</a></h4>
      <section><p>Collection of ordered <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1PathIcon.html">C1PathIcon</a></h4>
      <section><p>Represent an icon created from a path string.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1PolygonIcon.html">C1PolygonIcon</a></h4>
      <section><p>Represents an icon created from a vector definition.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1SvgIcon.html">C1SvgIcon</a></h4>
      <section><p>Represents an icon created from an svg file.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1TappedEventArgs.html">C1TappedEventArgs</a></h4>
      <section><p>Contains information of the tap events.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1ThemeInfo.html">C1ThemeInfo</a></h4>
      <section><p>This class allows accessing theme-related properties.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1ToggleButton.html">C1ToggleButton</a></h4>
      <section><p>Represents a button that a user can expand and collapse.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1VectorIcon.html">C1VectorIcon</a></h4>
      <section><p>Represents an icon created from a vector definition.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1View.html">C1View</a></h4>
      <section><p>Base class for views supporting standard properties.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.DefaultValueConverter.html">DefaultValueConverter</a></h4>
      <section><p>Converts a value into a specified type.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.KeyEventArgs.html">KeyEventArgs</a></h4>
      <section><p>Provides information for keyboard events.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.MauiAppBuilderEx.html">MauiAppBuilderEx</a></h4>
      <section><p>MauiAppBuilder extensions.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.Range-1.html">Range&lt;T&gt;</a></h4>
      <section><p>Represents a range of items.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.ResourceBase-1.html">ResourceBase&lt;R&gt;</a></h4>
      <section><p>A helper base for resource strongly-typed resource class that reads resources from the application assembly.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.TimeSpanTypeConverter.html">TimeSpanTypeConverter</a></h4>
      <section><p>Converts a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> containing a number(milliseconds) into a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.ViewEx.html">ViewEx</a></h4>
      <section><p>View extensions</p>
</section>
    <h3 id="structs">
Structs
</h3>
      <h4><a class="xref" href="C1.Maui.Core.ResourceBase-1.S.html">ResourceBase&lt;R&gt;.S</a></h4>
      <section><p>Dummy class to make GetString work.</p>
</section>
    <h3 id="interfaces">
Interfaces
</h3>
      <h4><a class="xref" href="C1.Maui.Core.IOrderedSet-1.html">IOrderedSet&lt;T&gt;</a></h4>
      <section><p>Defines methods to manipulate ordered sets.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.Maui.Core.BorderAlignment.html">BorderAlignment</a></h4>
      <section><p>Determines the way to draw the borders of <a class="xref" href="C1.Maui.Core.C1Border.html">C1Border</a>.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1PointerDeviceType.html">C1PointerDeviceType</a></h4>
      <section><p>Enumerates the different kind of devices which can perform drag operations.</p>
</section>
      <h4><a class="xref" href="C1.Maui.Core.C1SelectionMode.html">C1SelectionMode</a></h4>
      <section><p>Defines the selection behavior for a control which supports the SelectionMode
property like C1treeView.</p>
</section>


</div>
