Show / Hide Table of Contents

    Enum TextDecorations

    Flagging enumeration defining text decorations. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

    Namespace: Tizen.UIExtensions.Common
    Assembly: Tizen.UIExtensions.NUI.dll
    Syntax
    [Flags]
    public enum TextDecorations

    Fields

    Name Description
    None

    No text decoration.

    Strikethrough

    A single-line strikethrough.

    Underline

    A text underline.

    Back to top Copyright © 2021 Samsung
    Generated by DocFX