You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TFixedTextAlign Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TFixedTextAlign Enumeration

Specifies alignment for fixed width font number to string conversion.

Syntax
C#
Visual Basic
public enum TFixedTextAlign : uint { ftaNone, ftaRightAlign, ftaLeftAlign }

Math387.cs

Members 
Description 
ftaNone 
No spaces will be appended or inserted. 
ftaRightAlign 
Spaces will be inserted in front of the text. 
ftaLeftAlign 
Spaces will be inserted in after the text. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!