'DeclarationPublic Enum ScaleMode Inherits System.Enum
public enum ScaleMode : System.Enum
'DeclarationPublic 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.Xaml.FlexGrid.ScaleMode