Enum LabelSlideMode

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Enumeration for the slide modes of a label widget.

    public enum LabelSlideMode

    Fields

    Name Description
    Always

    Slide always.

    Auto

    Slide only if the label area is bigger than the text width length.

    None

    No slide effect.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<LabelSlideMode>(LabelSlideMode, string)
    Extensions.LoadFromXaml<LabelSlideMode>(LabelSlideMode, string)
    Extensions.LoadFromXaml<LabelSlideMode>(LabelSlideMode, Type)
    Extensions.LoadFromXamlFile<LabelSlideMode>(LabelSlideMode, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX