Image Class

Definition

Provides access to the blend color for images on the Tizen platform.

public ref class Image abstract sealed
public static class Image
type Image = class
Public Module Image
Inheritance
Image

Fields

Name Description
BlendColorProperty

Bindable property for attached property BlendColor.

FileProperty

Bindable property for attached property File.

Methods

Name Description
GetBlendColor(BindableObject)

Gets the blend color for the image.

GetBlendColor(IPlatformElementConfiguration<Tizen,Image>)

Gets the blend color for the image.

GetFile(BindableObject)

Gets the file path for the image.

GetFile(IPlatformElementConfiguration<Tizen,Image>)

Gets the file path for the image.

SetBlendColor(BindableObject, Color)

Sets the blend color for the image.

SetBlendColor(IPlatformElementConfiguration<Tizen,Image>, Color)

Sets the blend color for the image.

SetFile(BindableObject, String)

Sets the file path for the image.

SetFile(IPlatformElementConfiguration<Tizen,Image>, String)

Sets the file path for the image.

Applies to