Table of Contents

Class StoryService

Namespace
HeBianGu.Service.Animation
Assembly
HeBianGu.Service.Animation.dll
public static class StoryService
Inheritance
StoryService
Inherited Members

Fields

IsStartProperty

应用窗体关闭和显示

public static readonly DependencyProperty IsStartProperty

Field Value

DependencyProperty

StorysProperty

显示隐藏过度效果

public static readonly DependencyProperty StorysProperty

Field Value

DependencyProperty

Methods

GetAll()

public static List<IStory> GetAll()

Returns

List<IStory>

GetIsStart(DependencyObject)

public static bool GetIsStart(DependencyObject obj)

Parameters

obj DependencyObject

Returns

bool

GetSource()

public static List<StoryCollection> GetSource()

Returns

List<StoryCollection>

GetStorys(DependencyObject)

public static StoryCollection GetStorys(DependencyObject obj)

Parameters

obj DependencyObject

Returns

StoryCollection

OnIsStartChanged(DependencyObject, DependencyPropertyChangedEventArgs)

public static void OnIsStartChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)

Parameters

d DependencyObject
e DependencyPropertyChangedEventArgs

SetIsStart(DependencyObject, bool)

public static void SetIsStart(DependencyObject obj, bool value)

Parameters

obj DependencyObject
value bool

SetStorys(DependencyObject, StoryCollection)

public static void SetStorys(DependencyObject obj, StoryCollection value)

Parameters

obj DependencyObject
value StoryCollection