[]
        
(Showing Draft Content)

C1.iOS.Core

C1.iOS.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.

C1Animation

Contains information about a specific animation.

C1Behavior<T>

Base class for control behaviors.

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.

C1DragCompletedEventArgs

Contains information of the DragCompleted event.

C1DragDeltaEventArgs

Contains information of the DragDelta event.

C1DragEventArgs

Contains information of the drag events.

C1DragHelper

Cross-platform helper for listening to drag gestures supporting inertia.

C1DragInertiaStartedEventArgs

Contains information of the DragInertiaStarted event.

C1DragPreviewEventArgs

Contains information of the DragStarting event.

C1DragStartedEventArgs

Contains information of the DragStarted event.

C1Easing

Easing function used to interpolate the values of an animation.

C1Font

C1FontIcon

Represents an icon created from a font.

C1HoverHelper

Cross-platform helper for listening to pointer hovering events.

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.

C1Label

Inherited UIKit.UILabel which adds an Insets property to easily add a padding to the text displayed.

C1Localizer

The C1Localizer class represents the set of static methods and properties used for localization.

C1PathIcon

Represent an icon created from a path string.

C1PolygonIcon

Represents an icon created from a vector definition.

C1SVGIcon

Old class for rendering svg icons. Use C1SvgIcon instead.

C1ScrollViewer

Represents a scrollable area that can contain other visible elements.

C1ScrollViewerSizeChangedEventArgs

Provides event data for the C1ScrollViewer.SizeChanged event.

C1ScrollViewerViewChangedEventArgs

Provides event data for the C1ScrollViewer.ViewChanged event.

C1ScrollViewerViewChangingEventArgs

Provides event data for the C1ScrollViewer.ViewChanging event.

C1Style

Represents the style of the element.

C1SvgIcon

Represents an icon created from an svg file.

C1TapHelper

Cross-platform helper for listening to tapped and double-tapped events.

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.

C1TransparentView

Represents a transparent view.

C1VectorIcon

Represents an icon created from a vector definition.

C1View

Base class for views supporting standard properties.

C1ZoomCompletedEventArgs

Contains information of the ZoomCompleted event.

C1ZoomDeltaEventArgs

Contains information of the ZoomDelta event.

C1ZoomEventArgs

Contains information of the zoom events.

C1ZoomHelper

Cross-platform helper for listening to zoom gestures either using the mouse or fingers.

C1ZoomStartedEventArgs

Contains information of the ZoomStarted event.

DefaultValueConverter

Converts a value into a specified type.

DelegateConverter

Converters values using the specified delegates.

DependencyProperty

Class used to store property values.

DoubleArrayTypeConverter

Converts a string into an array of double.

PropertyChangedEventArgs<T>

Provides event data for OnPropertyChanged events.

ResourceBase<R>

A helper base for resource strongly-typed resource class that reads resources from the application assembly.

UIViewEx

The extension of UIKit.UIView.

ViewEx

View extensions

Structs

C1CornerRadius

Describes the thickness of a frame around a rectangle. Four System.Double values describe the C1Thickness.Left, C1Thickness.Top, C1Thickness.Right, and C1Thickness.Bottom sides of the rectangle, respectively.

C1CornerValue

Represents on of the corners.

C1ScrollViewerView

Provides a view for a C1ScrollViewer when its view is changing.

ResourceBase<R>.S

Dummy class to make GetString work.

Interfaces

IDependencyObject

Stub interface to have cross-platform compatibility.

IScrollViewerLargeScrolling

This interface is designed to be used in custom panels that support large dimensions.

IValueConverter

Converts a value into a specified type.

Enums

BorderAlignment

Determines the way to draw the borders of C1Border.

C1DragHelperMode

Determines the kind of drag gesture that will be listened.

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.

FlowDirection

Flow Direction mode.

ScrollBarVisibility

Specifies the visibility of a ScrollBar for scrollable content.

ZoomMode

Defines constants that specify the current mode for zoom behavior.