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, INotifyPropertyChanged, IDynamicResourceHandler, IDisposable
Inheritance
System.Object
Tizen.NUI.Components.ControlStyle
ProgressStyle
Implements
System.ComponentModel.INotifyPropertyChanged
System.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
Tizen.NUI.BaseComponents.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
System.String
API Level: 9
View Source

Progress

Gets or sets progress image.

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

Track

Gets or sets track image.

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

Methods

View Source

CopyFrom(BindableObject)

Declaration
C#
Copy
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type Name Description
BindableObject bindableObject
Overrides
Tizen.NUI.BaseComponents.ViewStyle.CopyFrom(Tizen.NUI.Binding.BindableObject)
API Level: 8

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable