Class ProgressStyle

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
8

ProgressStyle is a class which saves Progress's ux data.

C#
Copy
public class ProgressStyle : ControlStyle, IDynamicResourceHandler, IDisposable
Inheritance
Implements
IDisposable

Constructors

View Source

ProgressStyle()

Creates a new instance of a ProgressStyle.

Declaration
C#
Copy
public ProgressStyle()
API Level: 8
View Source

ProgressStyle(ProgressStyle)

Creates a new instance of a ProgressStyle with style.

Declaration
C#
Copy
public ProgressStyle(ProgressStyle style)
Parameters
Type Name Description
ProgressStyle style

Create ProgressStyle by style customized by user.

API Level: 8

Properties

View Source

Buffer

Gets or sets buffer image.

Declaration
C#
Copy
public ImageViewStyle Buffer { get; set; }
Property Value
Type Description
ImageViewStyle
API Level: 8
View Source

IndeterminateImageUrl

Gets or sets indeterminate progress resource.

Declaration
C#
Copy
public string IndeterminateImageUrl { get; set; }
Property Value
Type Description
String
API Level: 9
View Source

Progress

Gets or sets progress image.

Declaration
C#
Copy
public ImageViewStyle Progress { get; set; }
Property Value
Type Description
ImageViewStyle
API Level: 8
View Source

Track

Gets or sets track image.

Declaration
C#
Copy
public ImageViewStyle Track { get; set; }
Property Value
Type Description
ImageViewStyle
API Level: 8

Methods

View Source

CopyFrom(BindableObject)

Copy properties of other ViewStyle to this.

Declaration
C#
Copy
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type Name Description
BindableObject bindableObject
Overrides
API Level: 8

Implements

IDisposable

Extension Methods