Click or drag to resize

Position Enumeration

Defines the position of the string modification.

Namespace:  Cauldron
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public enum Position
Members
  Member nameValueDescription
Left0 The left side of the string.
Right1 The right side of the string.
Both2 Both sides of the string.
See Also