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()

    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.LoadFromEXamlByRelativePath<T>(T, string)
    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