Class QuickPanelService

Definition

Namespace:
Tizen.NUI.WindowSystem.Shell
Assembly:
Tizen.NUI.WindowSystem.dll

Class for the Tizen quickpanel service.

C#
Copy
public class QuickPanelService : IDisposable
Inheritance
QuickPanelService

Constructors

View Source

QuickPanelService(TizenShell, Window, QuickPanelService.Types)

Creates a new Quickpanel Service handle.

Declaration
C#
Copy
public QuickPanelService(TizenShell tzShell, Window win, QuickPanelService.Types type)
Parameters
Type Name Description
TizenShell tzShell

The TzShell instance.

Window win

The window to provide service of the quickpanel.

QuickPanelService.Types type

The type of quickpanel service.

Properties

View Source

ServiceType

Gets the type of the quickpanel service handle.

Declaration
C#
Copy
public QuickPanelService.Types ServiceType { get; }
Property Value
Type Description
QuickPanelService.Types

The type of the quickpanel service handle

Methods

View Source

Dispose()

Dispose.

Declaration
C#
Copy
public void Dispose()
View Source

Dispose(DisposeTypes)

Declaration
C#
Copy
protected virtual void Dispose(DisposeTypes disposing)
Parameters
Type Name Description
DisposeTypes disposing
View Source

Finalize()

Destructor.

Declaration
C#
Copy
protected void Finalize()
View Source

Hide()

Requests to hide the quickpanel service window.

Declaration
C#
Copy
public void Hide()
View Source

LockScroll(Boolean)

Requests to lock/unlock scrolling the quickpanel service window.

Declaration
C#
Copy
public void LockScroll(bool locked)
Parameters
Type Name Description
Boolean locked

The scroll lock state

View Source

SetContentRegion(UInt32, TizenRegion)

Sets the content region of the quickpanel service handle.

Declaration
C#
Copy
public void SetContentRegion(uint angle, TizenRegion region)
Parameters
Type Name Description
UInt32 angle

The angle setting the region

TizenRegion region

The region of the content

View Source

SetEffectType(QuickPanelService.EffectType)

Requests to change the effect of animation.

Declaration
C#
Copy
public void SetEffectType(QuickPanelService.EffectType type)
Parameters
Type Name Description
QuickPanelService.EffectType type

The type of effect, enumeration for effect type.

View Source

SetHandlerRegion(UInt32, TizenRegion)

Sets the handler region of the quickpanel service handle.

Declaration
C#
Copy
public void SetHandlerRegion(uint angle, TizenRegion region)
Parameters
Type Name Description
UInt32 angle

The angle setting the region

TizenRegion region

The region of the content

View Source

Show()

Requests to show the quickpanel service window.

Declaration
C#
Copy
public void Show()

Extension Methods