[]
        
(Showing Draft Content)

C1.Maui.Core

C1.Maui.Core Namespace

Classes

AsyncEventArgs

Provides event data for asynchronous events.

AsyncEventArgsDeferral

Deferral used to block the event until Complete(Exception) method is called.

AsyncEventArgsDeferralsAwaiter

Deferrals awaiter used to wait for the deferrals of an async event.

C1ActivityIndicator

A visual control used to indicate that something is ongoing.

C1Animation

Contains information about a specific animation.

C1BitmapIcon

Represents an icon created from an image.

C1Border

Basic control used to draw a border around another view.

C1Button

Button with a built-in style matching the suite.

C1CheckBox

Represents a control that a user can select and clear.

C1CompositeIcon

Represent an icon created from a list of icons superposed one on top of the other.

C1Easing

Easing function used to interpolate the values of an animation.

C1Font

C1FontIcon

Represents an icon created from a font.

C1Icon

Represents a visual icon that can be tinted and resized.

C1IconTemplate

This factory allows creating C1Icon.

C1InputEventArgs

Contains information about gesture events.

C1KeyboardHelper

This class allows accessing keyboard-related information and constants.

C1PathIcon

Represent an icon created from a path string.

C1PolygonIcon

Represents an icon created from a vector definition.

C1SVGIcon

Represents an icon created from an svg file.

C1TappedEventArgs

Contains information of the tap events.

C1ThemeInfo

This class allows accessing theme-related properties.

C1ToggleButton

Represents a button that a user can expand and collapse.

C1VectorIcon

Represents an icon created from a vector definition.

C1View

Base class for views supporting standard properties.

DefaultValueConverter

Converts a value into a specified type.

KeyEventArgs

Provides information for keyboard events.

MauiAppBuilderEx

MauiAppBuilder extensions.

TimeSpanTypeConverter

Converts a string containing a number(milliseconds) into a TimeSpan.

ViewEx

View extensions

Enums

BorderAlignment

Determines the way to draw the borders of C1Border.

C1PointerDeviceType

Enumerates the different kind of devices which can perform drag operations.

C1SelectionMode

Defines the selection behavior for a control which supports the SelectionMode property like C1treeView.