Class LinkActionFrame
自定义导航框架
public class LinkActionFrame : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
LinkActionFrame
- Implements
- Derived
- Inherited Members
- Extension Methods
Fields
CurrentWipeProperty
public static readonly DependencyProperty CurrentWipeProperty
Field Value
LinkActionProperty
public static readonly DependencyProperty LinkActionProperty
Field Value
RandomWipesProperty
public static readonly DependencyProperty RandomWipesProperty
Field Value
UseRandomWipeProperty
public static readonly DependencyProperty UseRandomWipeProperty
Field Value
Properties
CurrentWipe
public ITransitionWipe CurrentWipe { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
LinkAction
public IAction LinkAction { get; set; }
Property Value
RandomWipes
public ObservableCollection<ITransitionWipe> RandomWipes { get; set; }
Property Value
SingleKey
public static ComponentResourceKey SingleKey { get; }
Property Value
UseRandomWipe
public bool UseRandomWipe { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()