Enum ArcVisual.CapType

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Enumeration for the cap style of the arc line.

    public enum ArcVisual.CapType

    Fields

    Name Description
    Butt

    The arc does not extend beyond its two endpoints.

    Round

    The arc will be extended by a half circle with the center at the end.

    Extension Methods

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