[]
        
(Showing Draft Content)

C1.Blazor.Core

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

C1Behavior<T>

Base class for control behaviors.

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.

C1Color

Represents a color.

C1Font

C1HeaderedContentControl

Provides the base implementation for all controls that contain single content and have a header.

C1HeaderedItemsControl

Represents a control that can be used to present a collection of items which have header and content.

C1HtmlButton

Thin component wrapper over html button.

C1HtmlButton.C1HtmlButtonReference

C1Icon

Represents a visual icon that can be tinted and resized.

C1IconTemplate

This factory allows creating C1Icon.

C1InputEventArgs

Contains information about gesture events.

C1ItemsControl

Represents a control that can be used to present a collection of items.

C1OrderedSet

Collection of ordered int.

C1PathIcon

Represent an icon created from a path string.

C1PolygonIcon

Represents an icon created from a vector definition.

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

This class simplify the manipulation of CSS properties.

C1StyleBackgroundImage

Class that describe a background-image.

C1StyleLinearGradient

Background image that is a linear gradient.

C1StyleRadialGradient

Background image that is a radial gradient.

C1TappedEventArgs

Contains information of the tap events.

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.

C1View.RenderSynchronizer

DefaultValueConverter

Converts a value into a specified type.

DelegateConverter

Converters values using the specified delegates.

DependencyProperty

Class used to store property values.

Extensions

Class that provides static extension methods for several other classes.

ItemsCollection

Collection of items

LicenseManager

Allows the users to set a license in the Key property.

PointArrayTypeConverter

Converts a string into an array of C1Point.

PropertyChangedEventArgs<T>

Provides event data for OnPropertyChanged events.

PropertyChangingEventArgs<T>

Provides event data for OnPropertyChanging events.

Range<T>

Represents a range of items.

SelectionChangedEventArgs<T>

Provides data for the SelectionChanged event.

_Imports

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.

C1Point

Represents an x- and y-coordinate pair in two-dimensional space. Can also represent a logical point for certain property usages.

C1Rect

Describes the width, height, and point origin of a rectangle.

C1ScrollViewerView

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

C1Size

Describes the width and height of an object.

C1StyleFontSize

Struct that describe a font-size.

C1StyleFontWeight

The font-weight property specifies the weight of a font:

C1StyleGradientStop

Gradient color stop.

C1StyleGridArea

Struct that specifies a grid item's size and location in a grid layout.

C1StyleGridSpan

Struct that describe a span used in grid layout.

C1StyleLength

Struct that describe a length.

C1StyleLinearGradientDirection

Struct that describe a linear gradient direction.

C1StyleRadialGradientDefinition

Struct that describe a radial gradient direction.

C1Thickness

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.

Interfaces

IDependencyObject

Stub interface to have cross-platform compatibility.

IOrderedSet<T>

Defines methods to manipulate ordered sets.

IScollViewerLargeScrolling

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.

C1HorizontalAlignment

Represents the horizontal positions of text elements.

C1HtmlInputType

The different input types you can use in HTML.

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.

C1StyleAlignItems

The align-items property specifies the default alignment for items inside the flexible container.

C1StyleBackgroundImageKind

Kind of background-image.

C1StyleBorderStyle

The border-style property sets the style of an element's four borders.

C1StyleDisplay

The display property specifies the display behavior (the type of rendering box) of an element.

C1StyleFontSizeKind

The align-items property specifies the default alignment for items inside the flexible container.

C1StyleFontStyle

The font-style property is mostly used to specify italic text.

C1StyleFontWeightKind

The kind of font-weight.

C1StyleJustifyContent

The justify-content property aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally).

C1StyleLengthKind

The kind of C1StyleLength.

C1StyleLengthUnit

Units that can be used to express a C1StyleLength.

C1StyleLinearGradientDirectionKind

The different kinds of directions

C1StylePosition

The position property specifies the type of positioning method used for an element.

C1StyleRadialGradientShape

Defines the shape of a radial gradient.

C1StyleRadialGradientSize

Defines the size of a radial gradient.

C1StyleTextAlign

The text-align property specifies the horizontal alignment of text in an element.

C1StyleVerticalAlign

value of the vertical alignment property.

C1StyleWhiteSpace

The white-space property specifies how white-space inside an element is handled.

FlowDirection

Flow Direction mode.

ScrollBarVisibility

Specifies the visibility of a ScrollBar for scrollable content.