Class PictureHubTile
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class PictureHubTile : HubTileBase, IWeakEventListener
Constructors
PictureHubTile()
Declaration
protected PictureHubTile()
Fields
PictureSourceProviderProperty
Declaration
public static readonly DependencyProperty PictureSourceProviderProperty
Field Value
Microsoft.
|
PicturesSourceProperty
Declaration
public static readonly DependencyProperty PicturesSourceProperty
Field Value
Microsoft.
|
Properties
IsUpdateTimerNeeded
Declaration
protected override bool IsUpdateTimerNeeded { get; }
Property Value
System.
|
Overrides
PictureSourceProvider
Declaration
public IImageSourceProvider PictureSourceProvider { get; set; }
Property Value
PicturesSource
Declaration
public IEnumerable PicturesSource { get; set; }
Property Value
System.
|
Methods
Finalize()
GetNewIndex(Int32)
Declaration
protected virtual int GetNewIndex(int count)
Parameters
System.
|
Returns
System.
|
GetRandomImageSource()
Declaration
protected ImageSource GetRandomImageSource()
Returns
Microsoft.
|
IsNewIndexValid(Int32)
Declaration
protected virtual bool IsNewIndexValid(int index)
Parameters
System.
|
Returns
System.
|
Explicit Interface Implementations
IWeakEventListener.ReceiveEvent(Object, Object)
Declaration
void IWeakEventListener.ReceiveEvent(object sender, object args)
Parameters
System.
|
System.
|