IAnimationService.BreathingStart method (1 of 2)
小于 1 分钟
IAnimationService.BreathingStart method (1 of 2)
呼吸灯启动
public Task BreathingStart(FrontedWindowType windowType, string controlNameHeader,
int controlIndex, string controlNameFooter)| parameter | description |
|---|---|
| windowType | 窗口类型 |
| controlNameHeader | 控件名称头 |
| controlIndex | 控件索引(-1表示没有) |
| controlNameFooter | 控件名称尾 |
See Also
- enum FrontedWindowType
- interface IAnimationService
- namespace neo_bpsys_wpf.Core.Abstractions.Services
IAnimationService.BreathingStart method (2 of 2)
呼吸灯启动
public Task BreathingStart(string windowId, string controlNameHeader, int controlIndex,
string controlNameFooter)| parameter | description |
|---|---|
| windowId | 窗口 GUID |
| controlNameHeader | 控件名称头 |
| controlIndex | 控件索引(-1表示没有) |
| controlNameFooter | 控件名称尾 |
See Also
- interface IAnimationService
- namespace neo_bpsys_wpf.Core.Abstractions.Services
