Свойство | Type | Description | |
---|---|---|---|
ImageProperty | |||
TileHeightProperty | |||
TileWidthProperty |
Méthode | Description | |
---|---|---|
TilePanel ( ) : System |
Méthode | Description | |
---|---|---|
AdjustTiles ( ) : void |
Adjusts the quantity of the tiles based on the size of the panel and immediately calls UpdateLayout so the new tiles can be properly layed out.
|
|
ArrangeOverride ( |
Perform the standard Arrange. Here though, all of the tiles are placed based on the tilesize specified.
|
|
TileAdjustmentNeededAsync ( ) : void |
Signal that an adjustment to the tiles is needed, then makes the call asynchronously. By asynchronously making this call, it can help prevent unnecessary work by the panel.
|
|
TilePanelSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void |
Called when the size of the panel changes.
|
Méthode | Description | |
---|---|---|
ImagePropertyChanged ( |
||
TileHeightPropertyChanged ( |
||
TileWidthPropertyChanged ( |
protected ArrangeOverride ( |
||
finalSize | the actual size that the panel has been given | |
Résultat |
protected TileAdjustmentNeededAsync ( ) : void | ||
Résultat | void |
protected TilePanelSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void | ||
sender | object | This panel |
e | System.Windows.SizeChangedEventArgs | The new size information |
Résultat | void |
public static DependencyProperty,System.Windows ImageProperty | ||
Résultat |
public static DependencyProperty,System.Windows TileHeightProperty | ||
Résultat |