Name | Description | |
---|---|---|
C1TileView Constructor | Initializes a new instance of a C1TileView. |
The following tables list the members exposed by C1TileView.
Name | Description | |
---|---|---|
C1TileView Constructor | Initializes a new instance of a C1TileView. |
Name | Description | |
---|---|---|
AnimationDurationProperty | Identifies the AnimationDuration dependency property. | |
AnimationEasingFunctionProperty | Identifies the AnimationEasingFunction dependency property. | |
ButtonBackgroundProperty | Identifies the ButtonBackground dependency property. | |
ButtonForegroundProperty | Identifies the ButtonForeground dependency property. | |
CanUserReorderProperty | Identifies the CanUserReorder dependency property. | |
ColumnsProperty | Identifies the Columns dependency property. | |
FocusBrushProperty | Identifies the FocusBrush dependency property. | |
HeaderBackgroundProperty | Identifies the HeaderBackground dependency property. | |
HeaderForegroundProperty | Identifies the HeaderForeground dependency property. | |
ItemBackgroundProperty | Identifies the ItemBackground dependency property. | |
ItemForegroundProperty | Identifies the ItemForeground dependency property. | |
ItemTemplateHeaderProperty | Identifies the ItemTemplateHeader dependency property. | |
ItemTemplateHeaderSelectorProperty | Identifies the ContentTemplateSelectorProperty dependency property. | |
ItemTemplateMaximizedProperty | Identifies the ItemTemplateMaximized dependency property. | |
ItemTemplateMaximizedSelectorProperty | Identifies the ItemTemplateMaximizedSelector dependency property. | |
ItemTemplateMinimizedProperty | Identifies the ItemTemplateMinimized dependency property. | |
ItemTemplateMinimizedSelectorProperty | Identifies the ItemTemplateMinimizedSelector dependency property. | |
ItemTemplateSelectorProperty | Identifies the ItemTemplateSelectorProperty dependency property. | |
MaximizedIndexProperty | Identifies the MaximizedIndex dependency property. | |
MaximizedItemProperty | Identifies the MaximizedItem dependency property. | |
MinimizedItemsPositionProperty | Identifies the MinimizedItemsPosition dependency property. | |
MouseOverBrushProperty | Identifies the MouseOverBrush dependency property. | |
PressedBrushProperty | Identifies the PressedBrush dependency property. | |
RowsProperty | Identifies the Rows dependency property. | |
ScrollBarStyleProperty | Identifies the ScrollBarStyle dependency property. | |
ScrollBarVisibilityProperty | Identifies the ScrollBarVisibility dependency property. | |
UpdateSourceCollectionProperty | Identifies the UpdateSourceCollection dependency property. |
Name | Description | |
---|---|---|
ActualHeight | (Inherited from System.Windows.FrameworkElement) | |
ActualWidth | (Inherited from System.Windows.FrameworkElement) | |
AllowDrop | (Inherited from System.Windows.UIElement) | |
AnimationDuration | Gets or sets the time that item reordering takes. | |
AnimationEasingFunction | Gets or sets how to soften the reordering movement. | |
Background | (Inherited from System.Windows.Controls.Control) | |
BorderBrush | (Inherited from System.Windows.Controls.Control) | |
BorderThickness | (Inherited from System.Windows.Controls.Control) | |
ButtonBackground | Gets or sets the System.Windows.Media.Brush that will be assigned to the Background of the buttons inside the control. | |
ButtonForeground | Gets or sets the System.Windows.Media.Brush that will be assigned to the Foreground of the buttons inside the control. | |
CacheMode | (Inherited from System.Windows.UIElement) | |
CanUserReorder | Gets or sets whether the user is allowed to drag and drop and reorder C1TileViewItems from this control. | |
CharacterSpacing | (Inherited from System.Windows.Controls.Control) | |
Clip | (Inherited from System.Windows.UIElement) | |
Columns | Gets or sets the number of columns the C1TileViewItems are laid in. If the value is zero, the minimum number that doesn't require scrolling is used. If both Columns and Rows are zero, the items are laid in a square. | |
Cursor | (Inherited from System.Windows.FrameworkElement) | |
DataContext | (Inherited from System.Windows.FrameworkElement) | |
DesiredSize | (Inherited from System.Windows.UIElement) | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
DisplayMemberPath | (Inherited from System.Windows.Controls.ItemsControl) | |
Effect | (Inherited from System.Windows.UIElement) | |
FlowDirection | (Inherited from System.Windows.FrameworkElement) | |
FocusBrush | Gets or sets the System.Windows.Media.Brush used to highlight the focused control. | |
FontFamily | (Inherited from System.Windows.Controls.Control) | |
FontSize | (Inherited from System.Windows.Controls.Control) | |
FontStretch | (Inherited from System.Windows.Controls.Control) | |
FontStyle | (Inherited from System.Windows.Controls.Control) | |
FontWeight | (Inherited from System.Windows.Controls.Control) | |
Foreground | (Inherited from System.Windows.Controls.Control) | |
HeaderBackground | Gets or sets the System.Windows.Media.Brush used as background of the header of the contained C1TileViewItems. | |
HeaderForeground | Gets or sets the System.Windows.Media.Brush used as foreground of the header of the contained C1TileViewItems. | |
Height | (Inherited from System.Windows.FrameworkElement) | |
HorizontalAlignment | (Inherited from System.Windows.FrameworkElement) | |
HorizontalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
IsEnabled | (Inherited from System.Windows.Controls.Control) | |
IsHitTestVisible | (Inherited from System.Windows.UIElement) | |
IsTabStop | (Inherited from System.Windows.Controls.Control) | |
ItemBackground | Gets or sets the System.Windows.Media.Brush used as background of the contained C1TileViewItems. | |
ItemContainerGenerator | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemForeground | Gets or sets the System.Windows.Media.Brush used as foreground of the contained C1TileViewItems. | |
Items | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemsPanel | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemsSource | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemTemplate | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemTemplateHeader | Gets or sets the System.Windows.DataTemplate used as title for the items. | |
ItemTemplateHeaderSelector | Gets or sets a custom logic for choosing the template used to display the header of each item | |
ItemTemplateMaximized | Gets or sets the System.Windows.DataTemplate used for items in the TiledState.Maximized state. | |
ItemTemplateMaximizedSelector | Gets or sets a custom logic for choosing the template used to display the content of the maximized item | |
ItemTemplateMinimized | Gets or sets the System.Windows.DataTemplate used for items in the TiledState.Minimized state. | |
ItemTemplateMinimizedSelector | Gets or sets a custom logic for choosing the template used to display the content of the minimized item | |
ItemTemplateSelector | Gets or sets the custom logic for choosing a template used to display each item. | |
Language | (Inherited from System.Windows.FrameworkElement) | |
Margin | (Inherited from System.Windows.FrameworkElement) | |
MaxHeight | (Inherited from System.Windows.FrameworkElement) | |
MaximizedIndex | Gets or sets the index in the Items collection of the selected item. | |
MaximizedItem | Gets or sets the member of the Items collection currently highlighted. | |
MaxWidth | (Inherited from System.Windows.FrameworkElement) | |
MinHeight | (Inherited from System.Windows.FrameworkElement) | |
MinimizedItemsPosition | Gets or sets where to place the strip with the minimized items. The ScrollBar is at the right or bottom of the strip. | |
MinWidth | (Inherited from System.Windows.FrameworkElement) | |
MouseOverBrush | Gets or sets the System.Windows.Media.Brush used to highlight the control when it has the mouse over. | |
Name | (Inherited from System.Windows.FrameworkElement) | |
Opacity | (Inherited from System.Windows.UIElement) | |
OpacityMask | (Inherited from System.Windows.UIElement) | |
Padding | (Inherited from System.Windows.Controls.Control) | |
Parent | (Inherited from System.Windows.FrameworkElement) | |
PressedBrush | Gets or sets the System.Windows.Media.Brush used to paint a button when it is pressed. | |
Projection | (Inherited from System.Windows.UIElement) | |
RenderSize | (Inherited from System.Windows.UIElement) | |
RenderTransform | (Inherited from System.Windows.UIElement) | |
RenderTransformOrigin | (Inherited from System.Windows.UIElement) | |
Resources | (Inherited from System.Windows.FrameworkElement) | |
Rows | Gets or sets the number of rows the C1TileViewItems are laid in. If the value is zero, the minimum number that doesn't require scrolling is used. If both Columns and Rows are zero, the items are laid in a square. | |
ScrollBarStyle | Gets or sets the style used for the inner scrollbar. | |
ScrollBarVisibility | Gets or sets whether the scrollbar should be visible. | |
Style | (Inherited from System.Windows.FrameworkElement) | |
TabIndex | (Inherited from System.Windows.Controls.Control) | |
TabNavigation | (Inherited from System.Windows.Controls.Control) | |
Tag | (Inherited from System.Windows.FrameworkElement) | |
Template | (Inherited from System.Windows.Controls.Control) | |
Triggers | (Inherited from System.Windows.FrameworkElement) | |
UpdateSourceCollection | Gets or sets whether changes in the order of the items are written to Items or ItemsSource. | |
UseLayoutRounding | (Inherited from System.Windows.UIElement) | |
VerticalAlignment | (Inherited from System.Windows.FrameworkElement) | |
VerticalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
Visibility | (Inherited from System.Windows.UIElement) | |
Width | (Inherited from System.Windows.FrameworkElement) |
Name | Description | |
---|---|---|
DefaultStyleKey | (Inherited from System.Windows.Controls.Control) |