DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.FontScale | Constructors | Fields | Methods | Properties | Events
Font magnifying factor in percents. To make fonts more readable without changing PPI.
Available also on: Delphi FMX | Java | ActiveX.
// C# [DefaultValue(100)] public Integer FontScale { get {} set {} }
' VisualBasic <DefaultValue(100)> Public Property FontScale As Integer Get End Get Set(ByVal value As Integer) End Set End Property
// Oxygene public [DefaultValue(100)] property FontScale : Integer read read;
Type |
---|
int Integer |