Classes

  Class Description
Public class BookDragPageFinishedEventArgs
Provides data for DragPageFinished event.
Public class BrowsableAttribute
Specifies whether a property or event should be displayed in a C1PropertyGrid.
Public class C1Accordion
ItemsControl that contains C1AccordionItem. It allows only one item to be expanded at a time (similar to the NavigationBar in Outlook).
Public class C1AccordionItem
Represents the items that can be hosted in a C1Accordion.
Public class C1AdvancedColorPickerPart
Control that allows the user to create a personalized color by changing the different components of the HSL or RGB representation of the color.
Public class C1BasicColorPickerPart
Control that shows a range of predefined colors from a specified palette.
Public class C1Book
C1Book is an ItemsControl that contains elements which are shown as pages of a book. End-users can turn the pages as they would in a real book by using the mouse to drag the pages or double-clicking the corner page.
Public class C1BookHalfSpan
C1BookHalfSpan simulates a single large element spanning two pages. Put C1BookHalfSpans in the C1BookItems of opposite pages, adjust the [P:Dock] property, and repeat the content to get the illusion of a centerfold image.
Public class C1BookItem
Represents the items that can be hosted in a C1Book.
Public class C1CheckeredBorder
Border that display a color over a checkered pattern that is visible when a semi-transparent color is set, allowing the user to distinguish easily between clear and transparent colors.
Public class C1ColorButton
Button that shows a color, This control is used in the C1BasicColorPickerPart.
Public class C1ColorPicker
The C1ColorPicker control allows end-users to pick a color from a color palette or use the color editor to build advanced colors using the RGB or HSL color models. The C1ColorPicker control keeps a list of the recently used colors.
Public class C1ColorSlider
Slider used to chose the hue of a color.
Public class C1CoverFlow
C1CoverFlow presents an animated, three dimensional display of selectable items.
Public class C1CoverFlowItem
Represents the items that can be hosted in a C1CoverFlow.
Public class C1Expander
C1Expander is a C1HeaderedContentControl with a collapsible/expandable panel. The content is visible by clicking on the header.
Public class C1ExpanderButton
Toggle Button whose ExpandDirection property and states are used to change the appearance of the expand button of the C1Expander.
Public class C1HexColorBox
Text box that shows a color in its hexadecimal representation.
Public class C1HtmlHost
Control that shows HTML content within a Silverlight page.
Public class C1PropertyGrid
The C1PropertyGrid Provides a user interface for browsing the properties of an object.
Public class C1Reflector
ContentControl that displays a 2D or 3D reflection of its content.
Public class C1SpectrumColorPicker
Control that shows a gradient color gamut as well as a slider, allowing the user to chose the color by dragging an indicator.
Public class C1VisualImageSource
Allows the use of a visual element as the source of an ImageBrush.
Public class CategoryContainerChangedEventArgs
Provides data for the CategoryContainerChanged event.
Public class ChangingPropertyBoxEventArgs
Provides data for the ChangingPropertyBoxEventArgs event.
Public class ColorPalette
Class that defines named groups of colors.
Public class ColorPaletteEntry
Class that contains information about the color, its name and description.
Public class EditorAttribute
Specifies the editor to use for a property displayed in a C1PropertyGrid.
Public class MaximumValueAttribute
Specifies the maximum allowed value for a property displayed in a C1PropertyGrid.
Public class MemberAttribute
Used to provide configuration information for the C1PropertyGrid.
Public class MethodAttribute
Used to provide configuration information for the C1PropertyGrid.
Public class MethodBox
The control used by the C1PropertyGrid to display the SelectedObject's methods.
Public class MinimumValueAttribute
Specifies the minimum allowed value for a property displayed in a C1PropertyGrid.
Public class PropertyAttribute
Used to provide configuration information for the C1PropertyGrid.
Public class PropertyBindingAttribute
Specifies the binding to use for a property bound to an editor in a C1PropertyGrid.
Public class PropertyBox
The control used by the C1PropertyGrid to display the SelectedObject's properties.
Public class PropertyBoxChangedEventArgs
Provides data for the PropertyBoxChanged event.
Public class ReflectionBackgroundConverter
Converts a LinearGradientBrush into an appropriate brush for ReflectionBackground.
Public class ReflectionEffect
Base class for effects applied to reflections in C1Reflector.
Public class ReflectionOpacityEffect
Effect that makes a reflection opaque based on the distance from the reflection plane.
Public class WebColor
Utility methods for web colors.

Interfaces

  Interface Description
Public interface ITypeEditorControl
The Interface for the all the editors used by the C1PropertyGrid.

Delegates

  Delegate Description
Public delegate CategoryContainerChangedEventHandler
Represents the method that will handle the CategoryContainerChanged event.
Public delegate ChangingPropertyBoxEventHandler
Represents the method that will handle the ChangingPropertyBox event.
Public delegate PropertyBoxChangedEventHandler
Represents the method that will handle the PropertyBoxChanged event.

Enumerations

  Enumeration Description
Public enumeration ApplyPageTemplate
Specifies whether page templates should be used.
Public enumeration BookZone
Represents the different zones inside a C1Book.
Public enumeration C1ColorPickerMode
Pick the mode for the C1ColorPicker.
Public enumeration ExpandDirection
Specifies the direction in which a C1Expander control opens.
Public enumeration Office2007ColorTheme
Specifies a color theme from the standard Office2007 theme collection.
Public enumeration PageFoldAction
Specifies how the page folds interact with the mouse.
Public enumeration PageFoldVisibility
Specifies page fold visibility.
Public enumeration PropertySort
Specifies how properties are sorted in the C1PropertyGrid.