Class ImageViewStyle

    Definition

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

    The base class for Children attributes in Components.

    public class ImageViewStyle : ViewStyle, IDynamicResourceHandler, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    ImageViewStyle
    Implements
    IDynamicResourceHandler
    IDisposable

    Constructors

    View Source

    ImageViewStyle()

    Create an empty instance.

    Declaration
    public ImageViewStyle()

    Fields

    View Source

    BorderOnlyProperty

    Declaration
    public static readonly BindableProperty BorderOnlyProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    BorderProperty

    Declaration
    public static readonly BindableProperty BorderProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    OrientationCorrectionProperty

    Declaration
    public static readonly BindableProperty OrientationCorrectionProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    ResourceUrlProperty

    Declaration
    public static readonly BindableProperty ResourceUrlProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    SynchronosLoadingProperty

    Declaration
    public static readonly BindableProperty SynchronosLoadingProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    SynchronousLoadingProperty

    Declaration
    public static readonly BindableProperty SynchronousLoadingProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    View Source

    Border

    Image border.

    Declaration
    public Selector<Rectangle> Border { get; set; }
    Property Value
    Type Description
    Selector<Rectangle>
    View Source

    BorderOnly

    Declaration
    public bool? BorderOnly { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    OrientationCorrection

    Declaration
    public bool? OrientationCorrection { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    ResourceUrl

    Image URL.

    Declaration
    public Selector<string> ResourceUrl { get; set; }
    Property Value
    Type Description
    Selector<string>
    View Source

    SynchronosLoading

    Declaration
    public bool? SynchronosLoading { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    SynchronousLoading

    Declaration
    public bool? SynchronousLoading { get; set; }
    Property Value
    Type Description
    bool?

    Implements

    IDynamicResourceHandler
    IDisposable

    Extension Methods

    ViewStyleExtension.Merge<TOut>(TOut, TOut)
    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX