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
-
- Implements
-
IDisposable
Constructors
View Source
ImageViewStyle()
Create an empty instance.
Declaration
Properties
View Source
Border
Declaration
public Selector<Rectangle> Border { get; set; }
Property Value
View Source
BorderOnly
Declaration
public bool? BorderOnly { get; set; }
Property Value
View Source
OrientationCorrection
Declaration
public bool? OrientationCorrection { get; set; }
Property Value
View Source
ResourceUrl
Declaration
public Selector<string> ResourceUrl { get; set; }
Property Value
View Source
SynchronosLoading
Declaration
public bool? SynchronosLoading { get; set; }
Property Value
View Source
SynchronousLoading
Declaration
public bool? SynchronousLoading { get; set; }
Property Value
Implements
IDisposable
Extension Methods