[]
        
(Showing Draft Content)

C1.WPF.Menu.C1TilesMenuItem

C1TilesMenuItem Class

Menu-item with a list of selectable items inside.

Inheritance
C1TilesMenuItem
Namespace: C1.WPF.Menu
Assembly: C1.WPF.Menu.dll
Syntax
[TemplatePart(Name = "TileListView", Type = typeof(C1TileListView))]
public class C1TilesMenuItem : C1MenuItem, INotifyPropertyChanged

Constructors

Name Description
C1TilesMenuItem()

Initializes a new instance of the C1TilesMenuItem class.

Fields

Name Description
TileHeightProperty

Identifies the TileHeight dependency property.

TileTemplateProperty

Identifies the TileTemplate dependency property.

TileViewItemsSourceProperty

Identifies the TileViewItemsSource dependency property.

TileWidthProperty

Identifies the TileWidth dependency property.

Properties

Name Description
HasContent

Gets whether the menu item has any content.

TileHeight

Gets or sets the height of the tiles.

TileTemplate

Gets or sets the template of the tiles.

TileViewItemsSource

Gets or sets the source where the tiles are created from.

TileWidth

Gets or sets the width of the tiles.

Methods

Name Description
Dispose(bool)
OnApplyTemplate()
OnTapped(object, C1TappedEventArgs)

Called when the view is tapped.