Table of Contents

Class LinkActionFrame

Namespace
HeBianGu.Window.Link
Assembly
HeBianGu.Window.Link.dll

自定义导航框架

public class LinkActionFrame : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
LinkActionFrame
Implements
Derived
Inherited Members
Extension Methods

Fields

public static readonly DependencyProperty CurrentWipeProperty

Field Value

DependencyProperty
public static readonly DependencyProperty LinkActionProperty

Field Value

DependencyProperty
public static readonly DependencyProperty RandomWipesProperty

Field Value

DependencyProperty
public static readonly DependencyProperty UseRandomWipeProperty

Field Value

DependencyProperty

Properties

public ITransitionWipe CurrentWipe { get; set; }

Property Value

ITransitionWipe
public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey
public IAction LinkAction { get; set; }

Property Value

IAction
public ObservableCollection<ITransitionWipe> RandomWipes { get; set; }

Property Value

ObservableCollection<ITransitionWipe>
public static ComponentResourceKey SingleKey { get; }

Property Value

ComponentResourceKey
public bool UseRandomWipe { get; set; }

Property Value

bool

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()