Table of Contents

Enum TextTransform

Namespace
Dynamicweb.Content.Styles
Assembly
Dynamicweb.dll

Text Transformation options

public enum TextTransform

Fields

Capitalize = 3
Lowercase = 2
None = 0
Uppercase = 1
To top