Spread Windows Forms 12.0 Product Documentation
ScaleMode Enumeration
Example Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : ScaleMode Enumeration
Specifies the type of DPI scale support.
Syntax
'Declaration
 
Public Enum ScaleMode 
   Inherits System.Enum
'Usage
 
Dim instance As ScaleMode
public enum ScaleMode : System.Enum 
Members
MemberDescription
NoneDoes not support scaling
ZoomDpiSupportSupports DPI scaling by zooming
Example
This example uses the ScaleMode enumeration.
FarPoint.Win.Spread.SpreadView sv = fpSpread1.GetRootWorkbook();
sv.SpreadScaleMode = FarPoint.Win.Spread.ScaleMode.ZoomDpiSupport;
Dim sv As FarPoint.Win.Spread.SpreadView = fpSpread1.GetRootWorkbook()
sv.SpreadScaleMode = FarPoint.Win.Spread.ScaleMode.ZoomDpiSupport
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.ScaleMode

See Also

Reference

FarPoint.Win.Spread Namespace