Interface
ICarouselPath

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public interface ICarouselPath : INotifyPropertyChanged

Inherited Members INotifyPropertyChanged.PropertyChanged

Properties

EnableRelativePath

Declaration

cs-api-definition
bool EnableRelativePath { get; set; }

Property Value

bool

FinalPathPoint

Declaration

cs-api-definition
object FinalPathPoint { get; }

Property Value

object

InitialPathPoint

Declaration

cs-api-definition
object InitialPathPoint { get; }

Property Value

object

ZScale

Declaration

cs-api-definition
double ZScale { get; set; }

Property Value

double

Methods

ApplyToElement(VisualElement, CarouselPathAnimationData, double, object, Animations, Size)

Declaration

cs-api-definition
void ApplyToElement(VisualElement element, CarouselPathAnimationData data, double value, object evaluated, Animations flags, Size controlSize)

Parameters

element

VisualElement

data

CarouselPathAnimationData

value

double

evaluated

object

flags

Animations

controlSize

Size

ConvertFromRelativePath(Point3D, Size)

Declaration

cs-api-definition
Point3D ConvertFromRelativePath(Point3D point, Size ownerSize)

Parameters

point

Point3D

ownerSize

Size

Returns

Point3D

ConvertToRelativePath(Point3D, Size)

Declaration

cs-api-definition
Point3D ConvertToRelativePath(Point3D point, Size ownerSize)

Parameters

point

Point3D

ownerSize

Size

Returns

Point3D

CreateAnimation(VisualElement, CarouselPathAnimationData, int, int)

Declaration

cs-api-definition
void CreateAnimation(VisualElement element, CarouselPathAnimationData data, int frames, int delay)

Parameters

element

VisualElement

data

CarouselPathAnimationData

frames

int

delay

int

Evaluate(VisualElement, CarouselPathAnimationData, object)

Declaration

cs-api-definition
object Evaluate(VisualElement element, CarouselPathAnimationData data, object value)

Parameters

element

VisualElement

data

CarouselPathAnimationData

value

object

Returns

object

InitializeItem(VisualElement, object)

Declaration

cs-api-definition
void InitializeItem(VisualElement element, object flags)

Parameters

element

VisualElement

flags

object

PositionsCount(int)

Declaration

cs-api-definition
double PositionsCount(int itemsCount)

Parameters

itemsCount

int

Returns

double

Step(int)

Declaration

cs-api-definition
double Step(int itemsCount)

Parameters

itemsCount

int

Returns

double

ZindexFromPath()

Declaration

cs-api-definition
bool ZindexFromPath()

Returns

bool