Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public enum Gregor.Core.StringTightenOptions : System.Enum, System.IComparable, System.IFormattable, System.IConvertible Custom Attributes: System.Flags() Description:
public const Gregor.Core.StringTightenOptions All = 0x1f Custom Attributes: Description: Value (Decomposed): Gregor.Core.StringTightenOptions.Begin | Gregor.Core.StringTightenOptions.Center | Gregor.Core.StringTightenOptions.End | Gregor.Core.StringTightenOptions.TrimBegin | Gregor.Core.StringTightenOptions.TrimEnd
public const Gregor.Core.StringTightenOptions Begin = 0x01 Custom Attributes: Description: Value (Decomposed): Gregor.Core.StringTightenOptions.Begin
public const Gregor.Core.StringTightenOptions Center = 0x02 Custom Attributes: Description: Value (Decomposed): Gregor.Core.StringTightenOptions.Center
public const Gregor.Core.StringTightenOptions Default = 0x07 Custom Attributes: Description: Value (Decomposed): Gregor.Core.StringTightenOptions.Begin | Gregor.Core.StringTightenOptions.Center | Gregor.Core.StringTightenOptions.End
public const Gregor.Core.StringTightenOptions End = 0x04 Custom Attributes: Description: Value (Decomposed): Gregor.Core.StringTightenOptions.End
public const Gregor.Core.StringTightenOptions None = 0x00 Custom Attributes: Description:
public const Gregor.Core.StringTightenOptions TrimBegin = 0x08 Custom Attributes: Description: Value (Decomposed): Gregor.Core.StringTightenOptions.TrimBegin
public const Gregor.Core.StringTightenOptions TrimBoth = 0x18 Custom Attributes: Description: Value (Decomposed): Gregor.Core.StringTightenOptions.TrimBegin | Gregor.Core.StringTightenOptions.TrimEnd
public const Gregor.Core.StringTightenOptions TrimEnd = 0x10 Custom Attributes: Description: Value (Decomposed): Gregor.Core.StringTightenOptions.TrimEnd
public System.Int32 value__ Custom Attributes: Description: