Version 24.2 (latest)

NormalModeSettings Class Properties

For a list of all members of this type, see NormalModeSettings members.

Public Properties
 NameDescription
Public PropertyAllowTileDraggingGets/sets whether the user is allowed to drag tiles to reposition them. (Inherited from Infragistics.Controls.Layouts.ModeSettingsBase)
Public PropertyAllowTileSizingGets/sets whether the user will be allowed to re-size tiles.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyExplicitLayoutTileSizeBehaviorGets/sets whether tile heights are synchronized across columns and whether tile widths are synchronized across rows when TileLayoutOrder is set to 'UseExplicitRowColumnOnTile'  
Public PropertyHorizontalTileAreaAlignmentDetermines the horizontal alignment of the complete block of visible tiles within the control.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyMaxColumnsGets/sets the maximum number of columns to use when arranging tiles in 'Normal' mode..  
Public PropertyMaxRowsGets/sets the maximum number of rows to use when arranging tiles in 'Normal' mode..  
Public PropertyMinColumnsGets/sets the minimum number of columns to use when arranging tiles in 'Normal' mode..  
Public PropertyMinRowsGets/sets the minimum number of rows to use when arranging tiles in 'Normal' mode..  
Public PropertyRepositionAnimationDetermines how a XamTile animates from one location to another. (Inherited from Infragistics.Controls.Layouts.ModeSettingsBase)
Public PropertyResizeAnimationDetermines how a XamTile animates from one size to another. (Inherited from Infragistics.Controls.Layouts.ModeSettingsBase)
Public PropertyShouldAnimateGets/sets whether tiles will animate to their new position and size (Inherited from Infragistics.Controls.Layouts.ModeSettingsBase)
Public PropertyShowAllTilesGets/sets whether all tiles are arranged in view  
Public PropertyTileConstraintsGets/sets the constraints use for sizing a tile when it's XamTile.State is 'Normal'  
Public PropertyTileLayoutOrderGets/sets how the panel will layout the tiles.  
Public PropertyVerticalTileAreaAlignmentDetermines the vertical alignment of the complete block of visible tiles within the control.  
See Also