C1.Silverlight.FlexGrid.5 Assembly > C1.Silverlight.FlexGrid Namespace : ScaleMode Enumeration |
'Declaration Public Enum ScaleMode Inherits System.Enum
public enum ScaleMode : System.Enum
Member | Description |
---|---|
ActualSize | Render the grid in actual size, breaking pages as needed. |
PageWidth | Scale the grid so it fits the page width. |
Selection | Prints the current selection in actual size, breaking pages as needed. |
SinglePage | Scale the grid so it fits on a single page. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.FlexGrid.ScaleMode